ASP.NET Core Entity Framework Core Entity Framework Using EF Core's InMemory Provider To Store A "Database" In Memory Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels! by Matthew Jones
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 Enumerations Database Using T4 Templates to Generate Enums From Database Lookup Tables by Matthew Jones