How do I use the Subsonic MVC pattern?

I started downloading the MVC template and created a new project using this template. I compiled the application and everything went well. My question is, where can I find the new sonic.exe file that generates the MVC DAL? Is it old sonic.exe?

+1


a source to share


1 answer


Until you use Express, classes are created when you create your application. Sometimes this doesn't work and you need to right click on Model / Classes.tt and select Run Special Tool. Then you should have the Classes.cs file nested under the Classes.tt file and the DAL objects will be defined there.



0


a source







All Articles