InterviewSolution
Saved Bookmarks
| 1. |
Write the importance of the T4 entity in Entity Framework. |
|
Answer» In Entity FRAMEWORK code generation, T4 FILES are crucial. EDMX XML files are READ by T4 code templates, which generate C# behind code. The generated C# behind code consists only of your entity and CONTEXT classes. |
|