InterviewSolution
Saved Bookmarks
| 1. |
Explain Why T4 Entity Is Important In Entity Framework? |
|
Answer» T4 entity is IMPORTANT in Entity framework as it is the heart of entity framework code GENERATION. It reads the EDMX XML FILE and GENERATE C# behind code. T4 entity is important in Entity framework as it is the heart of entity framework code generation. It reads the EDMX XML file and generate C# behind code. |
|