David Yates's repositories
SimpleDocument.OpenXML
Simple Document Writer - A simple .NET library for writing to a Microsoft Word document.
ClassToExcel.OpenXml
ClassToExcel - A simple .NET library for writing and reading Excel worksheets using a List of T as the input or received output of the operation.
CsvConverter
A simple .NET Standard 2.0 library for writing and reading CSV files using a List of T as the input or received output of the operation.
Azure.Storage
An example of using Azure Blob and File storage in an ASP.NET MVC application.
Azure.Functions
Examples of various Azure Functions
ClassToDataTable
ClassToDataTable - A simple .NET Standard 2.0 library for converting class instances into a DataTable.
Tool.StringTastic
StringTastic
Angular.Filtering.Example
A filtering example
Azure.EventHubs
Currently contains my helper program for sending messages and a "deploy" to Azure buttons for quickly deploying an Event Hub.
Azure.ServiceBus
Currently contains my helper program for sending queue messages and a few "deploy" to Azure buttons for quickly deploying a Service Bus.
cheat-sheets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.
Console.Examples
Different console examples
ConsoleMenuHelper
Used to create .NET Core console applications with menus. It uses reflection to find the menu items and builds the menus for you so that you can focus on the work that the menu item perform. It also uses Microsoft's dependency injection framework that can be used to inject dependencies into menu items. This project was originally developed to help me test Azure Functions.
CSharp
Various C# examples
PostgreSQL
Examples using PostgreSQL