Entity Framework Core (EF Core) In Memory Database CRUD Operations

preview_player
Показать описание
Entity Framework Core provides an In-Memory database to work on your POCs and Test applications. This In Memory database in Ef Core provides a similar experience that we get with the actual database.
You do not have to install any software to work with the In-Memory database in Entity Framework Core. This In Memory database in Ef Core can be accessed only by using a NuGet package Microsoft.EntityFrameworkCore.InMemory

#efcore #entityframeworkcore #aspnetcore

Join this channel to get access to the perks:
Рекомендации по теме
Комментарии
Автор

Great video! Thank you! Can you make a video on how to implement this api into an application and use it?

timmy
Автор

Can you make videos on Entity Framework for e.g. handeling concurrency and more. Thabk you

JtendraShahani