<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Simple Linq to Sql Enhancements with T4 Templating</title>
	<atom:link href="http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/</link>
	<description>My Little .NET Sandbox</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:11:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: nathan</title>
		<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/comment-page-1/#comment-124</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=373#comment-124</guid>
		<description>&lt;a href=&quot;#comment-120&quot; rel=&quot;nofollow&quot;&gt;@Ray&lt;/a&gt; 
Nice, I&#039;ll check that out. Thanks</description>
		<content:encoded><![CDATA[<p><a href="#comment-120" rel="nofollow">@Ray</a><br />
Nice, I&#8217;ll check that out. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/comment-page-1/#comment-123</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=373#comment-123</guid>
		<description>&lt;a href=&quot;#comment-121&quot; rel=&quot;nofollow&quot;&gt;@Rob Rowe&lt;/a&gt; 
I haven&#039;t used it for a large project yet. I would like to, but the main hold up is the environment. Either the shop already has roots in another framework or the app is in a shared hosting environment. There&#039;s a tiny issue with subsonic 3 where it needs to compile the linq expressions during runtime, which causes some medium trust issues. Beyond that though, it&#039;s an excellent framework. It&#039;s come a long way, especially with all the support out there.</description>
		<content:encoded><![CDATA[<p><a href="#comment-121" rel="nofollow">@Rob Rowe</a><br />
I haven&#8217;t used it for a large project yet. I would like to, but the main hold up is the environment. Either the shop already has roots in another framework or the app is in a shared hosting environment. There&#8217;s a tiny issue with subsonic 3 where it needs to compile the linq expressions during runtime, which causes some medium trust issues. Beyond that though, it&#8217;s an excellent framework. It&#8217;s come a long way, especially with all the support out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Rowe</title>
		<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/comment-page-1/#comment-122</link>
		<dc:creator>Rob Rowe</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=373#comment-122</guid>
		<description>&lt;a href=&quot;#comment-120&quot; rel=&quot;nofollow&quot;&gt;@Ray&lt;/a&gt; 
The T4 Toolbox has a way to output your templates to more than one file also.</description>
		<content:encoded><![CDATA[<p><a href="#comment-120" rel="nofollow">@Ray</a><br />
The T4 Toolbox has a way to output your templates to more than one file also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Rowe</title>
		<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/comment-page-1/#comment-121</link>
		<dc:creator>Rob Rowe</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=373#comment-121</guid>
		<description>Nathan, I just went through this exact same exercise this past weekend. It was my first venture into the Subsonic world so far Subsonic is hitting the spot.  Have you used it on large projects?  If so, how does it hold up?</description>
		<content:encoded><![CDATA[<p>Nathan, I just went through this exact same exercise this past weekend. It was my first venture into the Subsonic world so far Subsonic is hitting the spot.  Have you used it on large projects?  If so, how does it hold up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.integratedwebsystems.com/2009/10/simple-linq-to-sql-enhancements-with-t4-templating/comment-page-1/#comment-120</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=373#comment-120</guid>
		<description>Damien G has some T4 magics that will let you get multiple outputs from a single T4 class- usueful if you have a large data model and don&#039;t want a file with 12342134234 classes in it: http://damieng.com/blog/2009/01/22/multiple-outputs-from-t4-made-easy</description>
		<content:encoded><![CDATA[<p>Damien G has some T4 magics that will let you get multiple outputs from a single T4 class- usueful if you have a large data model and don&#8217;t want a file with 12342134234 classes in it: <a href="http://damieng.com/blog/2009/01/22/multiple-outputs-from-t4-made-easy" rel="nofollow">http://damieng.com/blog/2009/01/22/multiple-outputs-from-t4-made-easy</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

