Courses/Entity Framework Core Fundamentals
Intermediate12 hours12 topics

Entity Framework Core Fundamentals

Master Entity Framework Core from the ground up. Learn DbContext, CRUD operations, relationships, migrations, LINQ querying, performance optimization, interceptors, and testing with hands-on SQLite workshops.

Course Content

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