Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Samuel Kodi What is difference between Code First and Model first approach ? In the Code-First approach, When you do not have your database exist and you start creating classes for your domain entity and Context class rather than design your database first and then create the classes which match your database design. In the Model First approach, you create entities, relationship on the visual designer integrated in Visual Studio and then generate entities, context class and database script from your visual model.
Related Topics