Part 56 - Entity Framework In Asp.Net

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • Asp.net core video 56:
    Introduction to EntityFrameworkCore:
    EF Core is an Object-Relational Mapper enables us to work with a database using business objects, lightweight, extensible,open source software and cross platform.
    Without EF Core, we have to write a lot of custom data access code to store and retrieve data from the database.
    EF Core lies between application code and the Database, supports both Code First approach and Database First approach,
    supports many relational and even non relational databases by database providers.

Komentáře •