A C# T4 template for creating pre-generated views for applications using Entity Framework 6 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. |