Course Content
4
Relationships
Model one-to-many, one-to-one, and many-to-many relationships between entities
75m
1Entity Relationships in EF Corelesson8m2One-to-Many Relationshipspresentation12m3One-to-One Relationshipspresentation10m4Many-to-Many Relationshipspresentation10m5Navigation Properties, Foreign Keys & Cascade Behaviorspresentation10m6Blog System with Relationshipsinteractive-workshop7EF Core Relationships Quizquiz
What you'll learn
- Explain what Entity Framework Core is and why it is used
- Describe how object-relational mapping bridges code and databases
- Compare Code-First and Database-First approaches
- Create a simple EF Core application with SQLite
- Configure a DbContext class with DbSet properties
- Define entity classes with properties and conventions
Tags
efcoreentity-frameworkdotnetormdatabasesqlitelinqcsharp
Prerequisites
- • csharp-foundations