A VB.NET T4 template for creating pre-generated views for applications using Entity Framework Code First approach. Pre-generated views improve application start-up time by moving the work that would have to be done at runtime to design time. Note that view generation may take a significant amount of time for bigger or more complicated models (hierarchies). See here for more details:http://blog.3d-logic.com/2012/05/28/entity-framework-code-first-and-pre-generated-views/. |