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

Поделиться
HTML-код
  • Опубликовано: 10 янв 2024
  • 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
    In this video, We will set up an asp.net core application to work with the in-memory database using entity framework core.
    #efcore #entityframeworkcore #aspnetcore
    Join this channel to get access to the perks:
    / @nitish.kaushik
  • НаукаНаука

Комментарии • 2

  • @timmy334
    @timmy334 4 месяца назад

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

  • @JtendraShahani
    @JtendraShahani 6 месяцев назад

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