C# Corner announced a new webinar on "An Introduction to the EF Core 5.0: Discuss New Features"
Prerequisites: GoToMeeting
Event URL: https://bit.ly/3lQ29hp
Abstract:
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). The early releases of EF Core focused on building a flexible and extensible architecture. In EF Core 3.1, the team buttoned-down this architecture with some breaking changes and an overhauled query pipeline. The foundation from 3.1 enabled the team and community to deliver an astonishing set of new features for EF Core 5.0.
Agenda:
- Concept of Entity Framework
- Features of Entity Framework Core
- Overview of EF Core 5.0
- EF Core Database Providers
- New Features in EF Core 5.0
- Many – to – many Relationship
- Split Queries
- New Logging & Diagnostics
- TPT (Table-per-Type) Mapping
- Flexible Entity mapping
- Shared Entity: Property Bag
- Required 1:1 Dependents