2024
- August 12, 2024
- Extract Plain text from a Word Document
2023
- June 21, 2023
- Adding an AuthorizeFilter with a dynamic Policy to the ASP.NET Core MVC Pipeline
- April 02, 2023
- Using Microsoft SQL Server Temporal Tables and EntityFramework Core to Audit a Database
2022
- November 28, 2022
- Authentication and Authorization for an ASP.NET Core OData API
- August 27, 2022
- Building an Angular Frontend for an ASP.NET Core OData Application
- August 24, 2022
- An ASP.NET Core OData Example using the Wide WorldImporters database and Entity Framework Core
2021
- December 05, 2021
- Providing Multitenancy with ASP.NET Core and PostgreSQL Row Level Security
2018
- October 21, 2018
- Visualizing Graphs with Edge Constraints of the SQL Server 2019 Graph Database (SQL Server 2019 CTP 2.0)
- May 05, 2018
- Streaming Bulk Inserts to SQL Server with SqlServerBulkInsert
- May 02, 2018
- Analyzing Flight Data with the SQL Server 2017 Graph Database
- May 01, 2018
- Learning Neo4j at Scale: The Airline On Time Performance Dataset
- April 29, 2018
- Neo4j with .NET
- April 22, 2018
- Firebase Cloud Messaging (FCM) with .NET
- January 07, 2018
- Real-time Charts with ASP.NET Core SignalR and Chart.js
2016
- July 24, 2016
- Migrating a library to .NET Core
- April 15, 2016
- Working with Elasticsearch in .NET
2015
- November 08, 2015
- Custom JSON Serializer and JSON Deserializer for RestSharp
- November 08, 2015
- Create delegates for Constructors, Property Getters and Property Setters by Compiling Expression Trees in C#
- November 07, 2015
- Serializing and Deserializing Enumerations with Json.NET
- September 25, 2015
- PostgreSQL and TinyCsvParser
- September 19, 2015
- Benchmarking TinyCsvParser
- September 15, 2015
- Using TinyCsvParser and FluentValidation
- September 12, 2015
- TinyCsvParser - Parsing CSV Data with C#
- August 16, 2015
- File Uploads with Nancy
- May 24, 2015
- NPoco with PostgreSQL
- April 19, 2015
- Consistent Error Handling with Nancy
- March 27, 2015
- DataContractJsonSerializer: Serializing and Deserializing enum values by their name