<?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: Enum Support With LINQ To SQL And SqlMetal</title>
	<atom:link href="http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/</link>
	<description>a learning effort by Deepak Kapoor</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/comment-page-1/#comment-130991</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 12 Jul 2011 03:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/#comment-130991</guid>
		<description>Hi Keith, 

The process I described in this post relies on predefined enums.</description>
		<content:encoded><![CDATA[<p>Hi Keith, </p>
<p>The process I described in this post relies on predefined enums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Ealanta</title>
		<link>http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/comment-page-1/#comment-130928</link>
		<dc:creator>Keith Ealanta</dc:creator>
		<pubDate>Tue, 12 Jul 2011 00:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/#comment-130928</guid>
		<description>I may be misunderstanding, but does this actually generate the enum for you, or does it just generate the code correctly with references to a predefined enum?
It seems to me there should be a way to automatically generate the enum definition itself from the table.</description>
		<content:encoded><![CDATA[<p>I may be misunderstanding, but does this actually generate the enum for you, or does it just generate the code correctly with references to a predefined enum?<br />
It seems to me there should be a way to automatically generate the enum definition itself from the table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/comment-page-1/#comment-450</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/#comment-450</guid>
		<description>Chris,
The reason I am not making it a part of build process is because as per my requirement I do not re-generate my code very often. But I take your point and I agree.</description>
		<content:encoded><![CDATA[<p>Chris,<br />
The reason I am not making it a part of build process is because as per my requirement I do not re-generate my code very often. But I take your point and I agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Eargle</title>
		<link>http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/comment-page-1/#comment-449</link>
		<dc:creator>Chris Eargle</dc:creator>
		<pubDate>Tue, 18 Nov 2008 19:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/enum-support-with-linq-to-sql-and-sqlmetal/#comment-449</guid>
		<description>I would probably make it part of the build process using msbuild rather than a batch file. It looks like Step 2 could easily be made into a custom task.</description>
		<content:encoded><![CDATA[<p>I would probably make it part of the build process using msbuild rather than a batch file. It looks like Step 2 could easily be made into a custom task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

