I’m developing some code generator for generating models, controllers and views based on databases tables so I could make a Asp.Net MVC3 website. I can generate models and controllers with CodeDOM now but for generating views I need something to make the templates , like generating a .cshtml from a .cs , I thought T4 would be good idea but some of my colleagues insist on not using T4, is there any other ways? thanks
I’m developing some code generator for generating models, controllers and views based on databases
Share
Your answer is here: https://stackoverflow.com/a/2457206/538387
Which has a link to ASP.NET MVC and virtual views