Entity Framework | What is Entity Framework | Entity Framework in MVC

Опубликовано: 08 Март 2025
на канале: CodingHacks
79,401
1.2k

What is Entity Framework (EF)
Entity Framework is an ORM framework. ORM stands for Object Relational Mapping.

What is Object Relational Mapping framework
Object Relational Mapping framework automatically creates classes based on database tables, and the vice versa is also true, that is, it can also automatically generate necessary SQL to create database tables based on classes.

#EntityFrameworCore #EntityFramework #Entity framework #ef core #codinghacks #ef introduction