Using EF Core’s InMemory Provider To Store A “Database” In Memory

I’ve had several situations arise recently where I needed a database, but I didn’t particularly want to go through the process of creating one on our test servers. On this latest occasion, I started wondering if it was possible to create a database in memory, so that I could just dispose of it when I no longer needed it.
exceptionnotfound.net/ef-core-inmemory-asp-net-core-store-database/

Leave a Reply

Your email address will not be published. Required fields are marked *