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

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Thank you sir, great video. It was exactly what I needed, a very concise one to inform what Entity Framework is about. All what I found in other videos at was 2 hour long explanation giving coding details, but at this point I just needed a bird’s eye view of EF. Thanks again sir!

ricardolca
Автор

Thank you... great explanation... all the love from Syria

nabkawe
Автор

Very Simple and understandable, Thanks for the video and done subscription 👍👍

murugeshmuralir
Автор

Thank you sir ...it's too simple and too short waiting for more videos like this

mohammedishaquekhan
Автор

awsome explanation
please give the link of any other video on this topic by you

abbasthegreat
Автор

Actually someone with brain that can explain what it actually is and why to use it. LOL. Most posts are over complicated and using a lot of words that don't mean anything when you are new.

pitbulxdeaa
Автор

does entity framework really translate linq to sql queries? i thought we can use linq without ef, this is just the confusing part

rjlacanlaled