Part 1 What is Entity Framework

preview_player
Показать описание
If you are a foodie like me, I am sure you will enjoy the recipes on my friend's YouTube channel. If you find them useful, please subscribe and share to support her. She's really good at what she does.

Text version of the video

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.

Slides

Entity Framework - All Text Articles

Entity Framework - All Slides

Entity Framework Playlist

Dot Net, SQL, Angular, JavaScript, jQuery and Bootstrap complete courses

What is Entity Framework
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.

Let's understand what entity framework can provide with an example.

In this demo, we have used schema first approach of entity framework. We can also use Model First or Code First approaches. We will discuss these in our subsequent videos.
Рекомендации по теме
Комментарии
Автор

Hi Venkat Sir,
You are the best !!! Because of your tutorial not only me but so many other people also got the job....You do not know how much people likes you.. you are a real hero for us...

jatinkashwani
Автор

I just finished the Entity Framework playlist, (actually watched it all twice) and I have to say WELL DONE! I've been avoiding EF/Linq and now I know that was ridiculous. My development has gotten 100x easier. Thanks for your contribution!

mstrofdisaster
Автор

Hi Sir this is Subhash, I got the job in Cognizant as Consultant, That is all because of only you and your Great videos which supporting me every time.I learned a lot from you really i m speechless to express my felling for you.

thanks a lot sir,

subhashnisarga
Автор

All of these videos were really, really good. I paid money for some LINQ videos and they were no where near this good or comprehensible. Thanks a million

jacobp
Автор

Hello Venkat! Hope you are doing great! Just wanna let you know that you are a life saver. I have done software engineering in 2014 but due to some domestic problems it was very hard for me to get a job in a related field. It has been a lapse of 2 years and i havn't practice or done any job related to programming in result of which all my concepts related to programming eventually vanished. Last year and i was thinking that programming is almost over for me.
I wanna let you know Sir, you are a humanity saver. I am following your tutorials for last three months, its great. I am very happy now, cause i can code. I am hopeful now that i can get a job. Please accept a very Big hug from this student. Thank you a million times.

ammadali
Автор

Hi Venkat..I am at your channel about one year. I learned a lot from you, so so much. Every time mail pop up from you noticing that you uploaded video brings me smile. Words can not express what most of us feel you are doing this. Please continue. I will share all your videos everywhere. 

mazdysoraya
Автор

Many Many Thanks Venkat sir...
Waiting for this for a long time.

Kumar-idqs
Автор

Happy Teacher's day Venkat Sir! You are one of the best teachers I have come across so far :)

kruthikashastry
Автор

You r angle sir, i have no words to appreciate your work.

Thank you much

simranjeetsingh
Автор

The bestest tutorials i ever seen in .NET.Thank you venkat for amazing tutorials.Keep up the good work.

vidhyasawantdessai
Автор

really its so helpful for everyone those who are related to MVC field.. I need more tutorial like this i watch it so much when get time.. Please sir upload the tutorial like these.. thanks for giving right tutorial on youtube...

ManojKumar-cdlw
Автор

With Simple steps you explored a lot Sir .... Now i have got an idea on that sir. Thanks a lot sir.wait for more videos in depth.

munnachinna
Автор

Long awaited series. Very good understanding. Thank you very much.

ramchandrathakkar
Автор

Now this is what they should teach in college. These videos are worth more than a degree. I also haven't had this much fun programming in a long time now that I understand so much more. Thank you for empowering us developers to become better programmers. I'm going to be testing out Entity Framework into my test MVC project today. I've been creating classes from scratch with nested classes (List<Class>), DataReaders and if logic to populate nested classes. I want to see if Entity Framework can solve this for me. Thanks again : )

DominicSputo
Автор

This is an exceptionally superb video tutorial on Entity Framework. Thousands thanks Mr. Venkat

ymtan
Автор

Amazing videos Venkat. You are a great teacher indeed. I agree with others. You are serving humanity with your brilliant videos. Keep it up.

easyrememberusernam
Автор

I am a DBA, using SQL Server and SSRS. However, I would like to learn more about C# and back-end programming. These videos are an invaluable resource. Thank you so much. :)

dlouisgonzalez
Автор

This must be the best video on Youtube! Thanks a lot! You're really good in explaining things up!

Hajjat
Автор

Have been waiting for ages for this video series.. Thanks sir..

Vignesh
Автор

Just a heads up for anyone trying to follow this tutorial and running into the issue that the EntityDataSource control isn't compatible with Entity Framework version 6 and higher: Basically uninstall Entity Framework version 6 from the NuGet package manager (tools -> NuGet package manager -> manage NuGet packages for solution) and re-download Entity Framework but ensure in the versions drops down box you select version 5. You will now find the rest of the tutorial flows as expected. Note that if you're already half way through when you discovered this bug I would strongly recomment you just dump you solution and start again with version 5 of Entity Framework.

Now as a further addendum, there's an updated EntityDataSource control available on NuGet package manager that supports Entity Framework version 6 but unfortunately this update version of the control doesn't support the nice UI to configure it in the webform design view. So for newbs like us trying to get to grips with what's going on I would recommend just downgrading your version of Entity Framework, perhaps look at how the UI has manipulated the EntityDataSource for Entity Framework v5 in the html markup after you have configured it and then that'll probably give you a good footing on how to manipulate the updated EntityDataSource control in the html markup.

Kifter