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!
Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels!
Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes.
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