<?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: Use Enum (C#) instead of magic numbers</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Mon, 12 Dec 2011 15:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Paulette Laraia</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-32282</link>
		<dc:creator>Paulette Laraia</dc:creator>
		<pubDate>Sun, 10 Apr 2011 10:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-32282</guid>
		<description>Today is very lucky to me.Good share, great article, very usefull for me.</description>
		<content:encoded><![CDATA[<p>Today is very lucky to me.Good share, great article, very usefull for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enumerating the Enumerations &#171; devspade &#8211; a developer&#039;s blog</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-14486</link>
		<dc:creator>Enumerating the Enumerations &#171; devspade &#8211; a developer&#039;s blog</dc:creator>
		<pubDate>Fri, 24 Sep 2010 00:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-14486</guid>
		<description>[...] Great read here about not using &quot;magic numbers&quot; &#8211; use Enums [...]</description>
		<content:encoded><![CDATA[<p>[...] Great read here about not using &quot;magic numbers&quot; &#8211; use Enums [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Alibhai</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-14035</link>
		<dc:creator>Sameer Alibhai</dc:creator>
		<pubDate>Thu, 16 Sep 2010 01:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-14035</guid>
		<description>Ross that&#039;s not true.  An enum is simply a shortcut for a value.  I believe it&#039;s replaced by the compiler at compile time.  There is absolutely no viewstate involved.  To test this, disable viewstate and see if enums still work.  Of course they do :)</description>
		<content:encoded><![CDATA[<p>Ross that&#8217;s not true.  An enum is simply a shortcut for a value.  I believe it&#8217;s replaced by the compiler at compile time.  There is absolutely no viewstate involved.  To test this, disable viewstate and see if enums still work.  Of course they do <img src='http://www.sharpdeveloper.net/content/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-14034</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 16 Sep 2010 01:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-14034</guid>
		<description>It should be pointed out that using Enum values will bloat up the ViewState quickly. This is because ASP.Net needs to store the enum&#039;s type information inside the ViewState.</description>
		<content:encoded><![CDATA[<p>It should be pointed out that using Enum values will bloat up the ViewState quickly. This is because ASP.Net needs to store the enum&#8217;s type information inside the ViewState.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rüya Tabirleri</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-13293</link>
		<dc:creator>Rüya Tabirleri</dc:creator>
		<pubDate>Sun, 05 Sep 2010 04:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-13293</guid>
		<description>Thank you for comments</description>
		<content:encoded><![CDATA[<p>Thank you for comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohbet</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-3359</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Sun, 03 May 2009 15:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-3359</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/29/use-enum-instead-of-magic-numbers.aspx/comment-page-1#comment-53</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Thu, 07 Aug 2008 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=40#comment-53</guid>
		<description>  Nice article. </description>
		<content:encoded><![CDATA[<p>Nice article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

