- Entity Framework Core in .NET 5 (.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.
Use code-first migrations to push changes to the database, and learn how to manage them.
Override code-first conventions (using data annotations and fluent API)
Understand how LINQ works and how to filter data.
Add, update and remove objects
Apply best practices with Entity Framework
Understand relationships in Entity Framework Core