T4 code generation without Visual Studio 2010? -
Is it possible to run a T4 code PDF without the need for Visual Studio 2010? Actually I have to make an ORM in the house (do not ask if I had an option which I do not). I was planning to use the subsonic as a base, but how to change some things and how they work, though my main question is whether I can run T4 from an external application which I write, so I Can I use features of T4? Or am I doing myself better (which makes me doubt)?
Text Transform. For simple scenarios:
Here is a way to run a T4 template from your code for templates created in VS 2010:
And here's how to run a T4 template with your own code for templates created in VS 2008:
SubSonic T4 template outside of Visual Studio There are some issues in running:
I will be on T4 instead of rolling my own template engine.
Comments
Post a Comment