EF Core 5 With Code First And Db First [In-depth in 8 Days]
100% guarantee of simplicity in all the concepts with less theory and huge amount of practical real-world examples
Description
Note: These are all unedited and recorded videos from a live session with lots of Q & A interactions.
One of the best instructors with 136,022+ students and 8,090+ reviews.
100% guarantee of simplicity in all the concepts very very less theory and the very very huge amount of practical real-world scenarios.
Entity Framework (EF) Core is a lightweight, extensible, open-source, and cross-platform version of the popular Entity Framework data access technology.
EF Core can serve as an object-relational mapper (O/RM), which:
Enables .NET developers to work with a database using .NET objects.
Eliminates the need for most of the data-access code that typically needs to be written.
As a major release, EF Core 5.0 also contains several breaking changes, which are API improvements or behavioral changes that may have a negative impact on existing applications.
This is the complete in-depth EF Core course with both Code First And Db First approaches with real-world and live examples... By the end of this course, you will master these concepts.
Introduction to EF Core - DbContext - DbSet - Migrations - CRUD
Database Structure Updates - Data Annotations - Class Design Techniques
Class Design Technique In-Depth One To Many And Many To Many Relationship - CRUD - First - FirstOrDefault - SingleOrDefault - Navigation Properties
IList Vs IEnumerable Vs IQueryable Immediate Mode Of Query Execution Vs Deferred Mode Mode Of Query
Explicit Loading - Lazy Loading - RAW SQL - Stored Procedure In EF
Auto Transaction - Manual Transaction - Identity Scope - n Layered Architecture
Fluent APIs - Repository Pattern - Unit Of Work
CRUD in Web APIs Core Using Database First Approach In EF Core - Dispose - using - IDisposable - Dependency Injection
See you in the course! You will see a lot of high-quality content.
Note: These are all unedited and recorded videos from a live session with lots of Q & A interactions.
What You Will Learn!
- Introduction to EF Core - DbContext - DbSet - Migrations - CRUD
- Database Structure Updates - Data Annotations - Class Design Techniques
- Class Design Technique In Depth One To Many And Many To Many Relationship - CRUD - First - FirstOrDefault - SingleOrDefault - Navigation Properties
- IList Vs IEnumerable Vs IQueryable Immediate Mode Of Query Execution Vs Deferred Mode Mode Of Query
- Explicit Loading - Lazy Loading - RAW Sql - Stored Procedure In EF
- Auto Transaction - Manual Transaction - Identity Scope - n Layered Architecture
- Fluent APIs - Repository Pattern - Unit Of Work
Who Should Attend!
- Intermediate .Net Developers