adspace
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