Entity Framework Core - The Complete Guide
Back to CoursesCourse Overview
Entity Framework is a term that goes hand by hand with ASP.NET Core. It is one of that technology that is used very often and is not understood most of the time.
This course will teach you everything you need to know about using Entity Framework Core with ASP.NET Core. The skills you will learn will help you to build and architect complex ASP.NET Core applications that make full use of Entity Framework Core with Code First. We will start with the basic fundamentals of Entity Framework Core and then we would dive into advanced concepts.
Unlike other courses, which are outdated or do not convert all the topics. I have especially taken care to keep the course updated as well as cover topics from beginner to advanced topics with Entity Framework Core.
This course will teach you everything you need to know about using Entity Framework Core with ASP.NET Core. The skills you will learn will help you to build and architect complex ASP.NET Core applications that make full use of Entity Framework Core with Code First. We will start with the basic fundamentals of Entity Framework Core and then we would dive into advanced concepts.
Unlike other courses, which are outdated or do not convert all the topics. I have especially taken care to keep the course updated as well as cover topics from beginner to advanced topics with Entity Framework Core.
Topics Covered
- Entity Framework Core in .NET 7 (.NET Core)
- Migrations in EF Core
- Data Annotations
- Fluent API
- Add, update and remove objects
- Apply best practices with Entity Framework
- Understand relationships in Entity Framework Core
- Bulk operations in Entity Framework Core
- Change tracker, RAW SQL, Stored Procs, View, and much more.