Entity Framework Core (In-Line Query, Stored Procedures and Transactions)

Опубликовано: 13 Сентябрь 2024
на канале: DotNet Core Central
21k
231

In this video of Entity Framework Core, I will walk through how to use In-Line Query and Stored Procedures with Entity Framework Core. Plus I will walk through how to create and manage transactions in Entity Framework Core.

In my previous video, I have demonstrated how to use Entity Framework Core with .Net Core application for Adding, Updating and Deleting data using Entity Framework Core APIs.

Entity Framework Core is the .Net Core version of Entity Framework. Which is an ORM (Object Relational Mapper) tool for .Net Framework to work with a database.

Entity Framework Core has the following features, which differentiates it from the classic Entity Framework:

1. It is cross-platform (by the virtue of being built for .Net Core)
2. Extensible
3. And lightweight compared to classic Entity Framework

Blog url:

In my opinion, it is extremely easy to use Entity Framework Core. It has become really intuitive and user-friendly, unlike the initial versions of Entity Framework (Legacy .Net Framework).