Entity Freamwork
Entity Framework is a data access framework which used to create and test data in the visual studio.It is an open source object-relational mapping framework for ADO.NET.

About this Course
Sessions: 8
Duration: 6 week
Register
before
And Get
30% off
What will you learn in this course ?
Introduction
- What is Entity Framework Core?
- Why use an ORM?
- How to Install Entity Framework Core
Connection String
- Configuring The Connection String
- Storing Connection Strings
DbContext
- DbContext in dependency injection for ASP.NET Core
- Adding data
- Modifying data
- Delete data
EntittyFrameWork Migrations
- Write Migrations
- Remove Migrations
- Update Database
- Seed Data
DbSet
- Adding data
- Modifying data
- Delete data
Models
- Model binding
- Model Configuration
- Updating the Model
Writting Quries
- Writting Simple Quries
- Writting Complex Quries