<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Merrell . com &#187; enum</title>
	<atom:link href="http://michaelmerrell.com/tag/enum/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelmerrell.com</link>
	<description>This website is devoted to web development and my technology opinions.</description>
	<lastBuildDate>Thu, 17 Nov 2011 13:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fun With Enumerations Part 2 &#8211; Converting a Value to an Enumeration</title>
		<link>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:18:02 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[enumerations]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=187</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to finishing this second post. The first part of the Post can be viewed here. In my first fun with enumerations post I went over how to use an enumeration as a data source. That is all good and dandy when you are working with enumerations and want to put them <a href='http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With Enumerations Part 1 &#8211; Using Enumerations as a Data Source</title>
		<link>http://michaelmerrell.com/2009/10/fun-with-enumerations/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2009/10/fun-with-enumerations/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:49:07 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[data source]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[enumerations]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=169</guid>
		<description><![CDATA[This is the beginning of a guide to enumerations that i&#8217;m working on for Code-Project. When dealing with data driven application design look up tables are something that have been used heavily to help express a value for something that can be cross referenced.  For instance if you want to store the alignment of text that you <a href='http://michaelmerrell.com/2009/10/fun-with-enumerations/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2009/10/fun-with-enumerations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

