![]() |
| Part 1 What is Entity Framework |
Title : Part 1 What is Entity Framework
Duration : 18:02
Channel : kudvenkat
Label : entity framework, tutorial, 6.0, 4.0, 5.0, code first, database first, model first, asp.net, end to end
Duration : 18:02
Channel : kudvenkat
Label : entity framework, tutorial, 6.0, 4.0, 5.0, code first, database first, model first, asp.net, end to end
![]() |
![]() |
![]() |
| Part 1 What is Entity Framework |
Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2014/05/part-1-what-is-entity-framework.html 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.



