ASP.NET C# Reflection Mapping DataTables and DataRows to Objects in C# and .NET Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes. by Matthew Jones
ASP.NET Web API StructureMap Sample Project A Simple Caching Scheme for Web API using Dependency Injection by Matthew Jones
C# ASP.NET Sample Project C# Decimal vs Double and Other Tips About Number Types Learn about precision vs accuracy and when to use int, double, and decimal in .NET projects. by Matthew Jones
Research ASP.NET Web API ASP.NET The ASP.NET Web API 2 HTTP Message Lifecycle in 43 Easy Steps by Matthew Jones
CQRS Event Sourcing Tutorials Real-World CQRS/ES with ASP.NET and Redis Part 5 - Running the APIs by Matthew Jones
CQRS Event Sourcing ASP.NET Web API Real-World CQRS/ES with ASP.NET and Redis Part 4 - Creating the APIs by Matthew Jones
CQRS Event Sourcing Tutorials Real-World CQRS/ES with ASP.NET and Redis Part 3 - The Read Model by Matthew Jones
CQRS Event Sourcing CQRSLite Real-World CQRS/ES with ASP.NET and Redis Part 2 - The Write Model by Matthew Jones