I want to automate my Publish work through MS build. My project is using code first approach and I need to generate the pre-compiled / pre-Generated views prior to deployment. In visual studio, I was doing this using a tool called - ASP.NET C# web site
Entity Generator. While browsing on the net, I found a way through EdmGen.exe. But in this approach, it asks for three files - .csdl, ssdl and .msi which are generated if I had used .edmx file instead of Code first Approach. But I want to achieve this in Code
First Approach itself.
↧