Exception Not Found

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!

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.

Using T4 Templates to Generate Enums From Database Lookup Tables

The major project we've been working on had a non-unusual requirement: take these SQL database tables and convert them to enumerations we can use over a service. A quick Google search found some code that did exactly what we wanted, so of course we (ok, I) copied-and-pasted that code into

Exception Not Found © 2026