InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is Code First Approach And Model First Approach In Entity Framework? |
|
Answer» In Entity Framework, Model FIRST Approach: In this approach we create entities, RELATIONSHIPS directly on the DESIGN surface of EDMX. Code Approach: For code approach we avoid WORKING with the visual designer or entity framework. In Entity Framework, Model First Approach: In this approach we create entities, relationships directly on the design surface of EDMX. Code Approach: For code approach we avoid working with the visual designer or entity framework. |
|