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
Original Fiction Stories BugCatcher Chronicles The BugCatcher Chronicles #2 - Pine Hills 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