<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: C# Features You Should Be Using</title>
	<atom:link href="http://devshaped.com/2009/03/c-features-you-should-be-using/feed/" rel="self" type="application/rss+xml" />
	<link>http://devshaped.com/2009/03/c-features-you-should-be-using/</link>
	<description></description>
	<lastBuildDate>Sat, 19 Jun 2010 20:01:03 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derek</title>
		<link>http://devshaped.com/2009/03/c-features-you-should-be-using/comment-page-1/#comment-3169</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://devshaped.com/?p=38#comment-3169</guid>
		<description>Thanks for catching that missing static keyword, @Richard!  Updated.</description>
		<content:encoded><![CDATA[<p>Thanks for catching that missing static keyword, @Richard!  Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://devshaped.com/2009/03/c-features-you-should-be-using/comment-page-1/#comment-3166</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://devshaped.com/?p=38#comment-3166</guid>
		<description>1. Automatic properties will cause problems with binary serialization. If you ever have to change the property to add more logic, you won&#039;t get the same field name, and the BinarySerializer will silently fail.

http://blogs.infragistics.com/blogs/josh_smith/archive/2008/02/05/automatic-properties-and-the-binaryformatter.aspx


2. Your static class example won&#039;t compile - the &quot;Marry&quot; method needs to be static as well.</description>
		<content:encoded><![CDATA[<p>1. Automatic properties will cause problems with binary serialization. If you ever have to change the property to add more logic, you won&#8217;t get the same field name, and the BinarySerializer will silently fail.</p>
<p><a href="http://blogs.infragistics.com/blogs/josh_smith/archive/2008/02/05/automatic-properties-and-the-binaryformatter.aspx" rel="nofollow">http://blogs.infragistics.com/blogs/josh_smith/archive/2008/02/05/automatic-properties-and-the-binaryformatter.aspx</a></p>
<p>2. Your static class example won&#8217;t compile &#8211; the &#8220;Marry&#8221; method needs to be static as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
