InMemory Database Provider - EF Core | Microsoft Learn
learn.microsoft.com › ef › coreJan 25, 2022 · This database provider allows Entity Framework Core to be used with an in-memory database. While some users use the in-memory database for testing, this is generally discouraged; the SQLite provider in in-memory mode is a more appropriate test replacement for relational databases. For more information on how to test EF Core applications, see the testing documentation.