i use n-tier programing on c#
and i want to make a template to generate code easily (this is .cs, .csproj and .sln)
my question is, how can i make it? and
if exist a software, which one you recomend???
it will be very useful your opinion
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Another templating engine is known as T4. This is built in to Visual Studio.
Scott Hanselman wrote about this in a blog post.