Entity Framework 6 Tutorial: Learn Entity Framework 6 from Scratch | Entity Framework crash course

preview_player
Показать описание
What is Entity Framework (EF)
Entity Framework is an ORM framework. ORM stands for Object Relational Mapping.

Table of contents:
00:05 What is Entity Framework
02:27 Entity Framework Workflows
02:46 Entity Framework DataBase First approach (concept)
03:10 Entity Framework Code First approach (concept)
03:29 Entity Framework Model First approach (concept)
04:15 Entity Framework DataBase First approach Practical Example
16:42 Entity Framework Code First approach Practical Example

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.

#EF #EntityFramework #Entity framework #ef core #codinghacks #ef introduction #Entity framework crash course
Рекомендации по теме
Комментарии
Автор

Great Video, I didn't get bored and learnt the basics of EF, Thanks

dineshfalwadiya
Автор

This is such a great way to explain EF! Really appreciate the way you made it concise for people to revise. Keep it up you're doing an amazing job!

sreevidyabharathan
Автор

A good video to start with entity framework. Well explained

tusharendukarn
Автор

Congrats. I did every step but I could not find the database, even though no error showed up. Could you please help me to fix it ? Thanks a lot

rodrigoschammass
Автор

Thank you for this video! But I could'nt generate classes... Do you know what can be the problem please?

ragheblahbazi
Автор

How do you integrate this with installer, where we need to create database on the target system?

vickyb
Автор

How to calculate sum of values of a column in entity framework?

muhammadafzal
Автор

hey there,
I'm a beginner and can't find app.config file in my console application. Please help !
TIA.

av