Skip to content

AshutoshJagtap/In-Memory-Database-In-API-With-EFCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In Memory Database for API With Entity Framework Core

We're going to use Entity Framework Core's InMemory Provider to create a working "database" in memory for API.
This makes it possible to prototype applications and write tests without having to set up a local or external database. When you’re ready to switch to using a real database, you can simply swap in your actual provider.

I have attached Postman Test Data Request file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages