In this video you will learn about Entity Framework Approaches | Details in Urdu and Hindi.
The Entity Framework provides three approaches to create an entity model and each one has their own pros and cons.
Database First
Model First
Code First
Database First
The Database First approach enables us to create an entity model from the existing database. This approach helps us to reduce the amount of code that we need to write. The following procedure will create an entity model using the Database First approach.
Model First
In this approach, model classes and their relation is created first using the ORM designer and the physical database will be generated using this model. The Model First approach means we create a diagram of the entity and relation that will be converted automatically into a code model.
Code First
The Code First approach enables us to create a model and their relation using classes and then create the database from these classes. It enables us to work with the Entity Framework in an object-oriented manner. Here we need not worry about the database structure.
Entity Framework Tutorial
Entity Framework urdu
Entity Framework hindi
Entity Framework asp.net
Entity Framework mvc
ef professional tutorial
Entity Framwork easy
Entity Framework linq
linq tutorial,
lambda expression tuts
linq tuts
C# Tutorial
C# in Urdu
C# in Hindi
C# Tutorial in Urdu
C# Tutorial in Hindi
C# Tutorials in Urdu using Visual Studio 2017
C# Tutorials in Hindi using Visual Studio 2017
Watch:
C# Tutorial For Beginners in Hindi/Urdu Course Series
https://www.youtube.com/watch?v=ArzgS...
Please Subscribe our Channel for more IT Tutorials.
Our Facebook Page Link :
/ it4sols
Twitter Link:
/ it4solutions
Dailymotion Link:
www.dailymotion.com/IT4Solutions
~-~~-~~~-~~-~
Please watch: "C# MySQL Tutorial in Urdu | Hindi | How to connect MySQL database in c# windows forms application"
• C# MySQL Tutorial in Urdu How to conn...
~-~~-~~~-~~-~