adspace


what is code first approach?

Answer Posted / Amardeep Singh

Code First is an approach in Entity Framework where the developer defines the database schema by writing C# or VB.NET classes that represent the tables and their relationships. Once the classes are defined, the DbContext creates and manages the database schema automatically when the application runs.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1091


Explain the request flow in asp.net mvc framework?

1101


How to use multiple submit buttons in asp.net mvc?

1316