<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Code Generation with Visual Studio Templates</title>
	<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/</link>
	<description>this.Write(code);</description>
	<pubDate>Thu, 28 Aug 2008 02:33:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Emir Treviño</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-247</link>
		<dc:creator>Emir Treviño</dc:creator>
		<pubDate>Fri, 04 Jul 2008 20:43:54 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-247</guid>
		<description>You can generate code from Entity FRamewok Model with this tool:

http://www.codeplex.com/sfs

You can try please?</description>
		<content:encoded><![CDATA[<p>You can generate code from Entity FRamewok Model with this tool:</p>
<p><a href="http://www.codeplex.com/sfs" rel="nofollow">http://www.codeplex.com/sfs</a></p>
<p>You can try please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GarethJ's WebLog : A rash of bloggers</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-183</link>
		<dc:creator>GarethJ's WebLog : A rash of bloggers</dc:creator>
		<pubDate>Wed, 14 May 2008 04:34:21 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-183</guid>
		<description>[...] An article about creating a VS template for T4 templates [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] An article about creating a VS template for T4 templates [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-179</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Thu, 08 May 2008 10:13:53 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-179</guid>
		<description>Pravesh,

Perhaps you could copy the standard class template included in Visual Studio and change it to fit your needs. The template is located in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Code\1033\Class.zip.

Oleg</description>
		<content:encoded><![CDATA[<p>Pravesh,</p>
<p>Perhaps you could copy the standard class template included in Visual Studio and change it to fit your needs. The template is located in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Code\1033\Class.zip.</p>
<p>Oleg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pravesh alex</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-178</link>
		<dc:creator>pravesh alex</dc:creator>
		<pubDate>Thu, 08 May 2008 06:17:30 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-178</guid>
		<description>1) I want to create Class.cs template instead of Class.tt.
   I tried many times, but failed to achieve my target. Can u please tell me how to do it ?

thanks</description>
		<content:encoded><![CDATA[<p>1) I want to create Class.cs template instead of Class.tt.<br />
   I tried many times, but failed to achieve my target. Can u please tell me how to do it ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Yves Geron</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-70</link>
		<dc:creator>Pierre-Yves Geron</dc:creator>
		<pubDate>Thu, 27 Mar 2008 08:41:04 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-70</guid>
		<description>Hi, looking foward to the article you talked about in your last comment... I'm facing the same problem.</description>
		<content:encoded><![CDATA[<p>Hi, looking foward to the article you talked about in your last comment&#8230; I&#8217;m facing the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hoover</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-65</link>
		<dc:creator>Greg Hoover</dc:creator>
		<pubDate>Sun, 23 Mar 2008 01:15:07 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-65</guid>
		<description>Hi Oleg,
I enjoyed your presentation today at the Orlando Code Camp.
I am looking for your email address somewhere on this site, but do not see it.  Please shoot me an email when you have a minute so I can reply to it.
-Greg</description>
		<content:encoded><![CDATA[<p>Hi Oleg,<br />
I enjoyed your presentation today at the Orlando Code Camp.<br />
I am looking for your email address somewhere on this site, but do not see it.  Please shoot me an email when you have a minute so I can reply to it.<br />
-Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-64</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Sat, 22 Mar 2008 01:29:51 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-64</guid>
		<description>David,

It is possible to generate multiple .cs files from a single template. I think this is the right approach for what you described. 

I will not be able to describe the solution in a short comment. This was actually the topic of an article I started working on several days ago. Please check back in a couple of days. I should be able to post it this weekend.

Oleg</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>It is possible to generate multiple .cs files from a single template. I think this is the right approach for what you described. </p>
<p>I will not be able to describe the solution in a short comment. This was actually the topic of an article I started working on several days ago. Please check back in a couple of days. I should be able to post it this weekend.</p>
<p>Oleg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cornelson</title>
		<link>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-63</link>
		<dc:creator>David Cornelson</dc:creator>
		<pubDate>Fri, 21 Mar 2008 16:12:17 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/code-generation-with-visual-studio-templates/#comment-63</guid>
		<description>Is there a way to create a template (.tt) file that generates many .cs files?

Or...I want to use db template data to output a set of classes for each table in a specified database. What's the best approach for this?

David C.</description>
		<content:encoded><![CDATA[<p>Is there a way to create a template (.tt) file that generates many .cs files?</p>
<p>Or&#8230;I want to use db template data to output a set of classes for each table in a specified database. What&#8217;s the best approach for this?</p>
<p>David C.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
