Introduction
  • What is Entity Framework Core
  • Development Approaches
  • Setting up Environment for Entity Core
Code First Approach
  • Create First Model & Create Context
  • Use Dependancy & Create DB
CRUD Operations
  • Create - Insert Data into Database
  • Read- Retrive Data into Database
  • Update - Update Record to Database
  • Delete - Delete Record from Database
Data First Approach
  • Assignment
  • Database First Approach
  • Quiz Part - 1
Advance Data Operations
  • Sort & Filter Data
  • Entity State & Attach
  • Native SQL Statements
  • Using Store Prodedure
  • Quiz Part - 2
Migrate & Seed
  • Migration - 1
  • Migration - 2
  • Seed Data
Advance Model Design
  • Data Annotation - 1
  • Data Annotation - 2
  • Modify Column name & type
  • Modify Table Name
  • ModelBuilder
  • Quiz Part - 3
What is New in 2.0
  • HasQueryFilter()
  • EF.CompileQuery()
  • EF.Function()
  • String interpolation
  • OwnOne()
Advance Entity concepts
  • Concurrency
  • Manage Transactions
  • Manage Logs
  • Quiz Part - 4
More on
  • Conclusion
  • Bonus Lecture