<?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: 10 C# Shorthands that improve productivity</title>
	<atom:link href="http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Tiet</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-1679</link>
		<dc:creator>James Tiet</dc:creator>
		<pubDate>Sun, 29 Nov 2009 09:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-1679</guid>
		<description>This is really nice article, I love it</description>
		<content:encoded><![CDATA[<p>This is really nice article, I love it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visual C# Kicks</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-1503</link>
		<dc:creator>Visual C# Kicks</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-1503</guid>
		<description>My favorite is the get-set shorthand.

I&#039;m also wearing of using var. It definitely helps to avoid repeating yourself but indicating variable types is not always repetitive. Sometimes it is part of code clarity. Developers just have to use it properly and many don&#039;t</description>
		<content:encoded><![CDATA[<p>My favorite is the get-set shorthand.</p>
<p>I&#8217;m also wearing of using var. It definitely helps to avoid repeating yourself but indicating variable types is not always repetitive. Sometimes it is part of code clarity. Developers just have to use it properly and many don&#8217;t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marf</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-763</link>
		<dc:creator>Marf</dc:creator>
		<pubDate>Sun, 19 Apr 2009 02:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-763</guid>
		<description>Great tips, a few in here that even I didn&#039;t know. However I was reading your one tutorial on anonymous types and you mention using LINQ rather than lambda. I prefer using LINQ statements as they are more human readable &quot;from S in Employees where S.Age &gt; 35 select S&quot; versus &quot;Where( s =&gt; s.Age &gt; 35)&quot;. Any reason you chose to put Lambda in there rather than LINQ?</description>
		<content:encoded><![CDATA[<p>Great tips, a few in here that even I didn&#8217;t know. However I was reading your one tutorial on anonymous types and you mention using LINQ rather than lambda. I prefer using LINQ statements as they are more human readable &#8220;from S in Employees where S.Age &gt; 35 select S&#8221; versus &#8220;Where( s =&gt; s.Age &gt; 35)&#8221;. Any reason you chose to put Lambda in there rather than LINQ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-761</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sat, 18 Apr 2009 03:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-761</guid>
		<description>Hi Charles, 

I have disabled the Visual Editor -- its a pain. When I have a post that contains much code I write it in an HTML editor and cut &amp; paste it into Wordpress. 

Not the easiest solution, but it keeps things in the right spot. What I really would like to have is a full-screen code editor in Wordpress similar to the visual editor. 

Martijn</description>
		<content:encoded><![CDATA[<p>Hi Charles, </p>
<p>I have disabled the Visual Editor &#8212; its a pain. When I have a post that contains much code I write it in an HTML editor and cut &amp; paste it into Wordpress. </p>
<p>Not the easiest solution, but it keeps things in the right spot. What I really would like to have is a full-screen code editor in Wordpress similar to the visual editor. </p>
<p>Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Cave &#187; Blog Archive &#187; C# Shorthand</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-733</link>
		<dc:creator>The Cave &#187; Blog Archive &#187; C# Shorthand</dc:creator>
		<pubDate>Tue, 14 Apr 2009 23:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-733</guid>
		<description>[...] C# conveniences to make coding easier: [...]</description>
		<content:encoded><![CDATA[<p>[...] C# conveniences to make coding easier: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Strahan</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-726</link>
		<dc:creator>Charles Strahan</dc:creator>
		<pubDate>Sun, 12 Apr 2009 21:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-726</guid>
		<description>Excellent post!  I forgot about that null-coalesce operator - could come in handy :).

BTW, I like the way you have your code formatted - it&#039;s something that I&#039;m having a ridiculously hard time getting to work in Wordpress.  Perhaps you&#039;d have a suggestion?  I have the &quot;SyntaxHighlighter Evolved&quot; plugin working just fine, but my problem is that switching to the Visual Editor removes all of the padding to the code.  If you could let me know how you add c# snippets to your blog, I&#039;d love you for ever :D.

Kind regards,
-Charles</description>
		<content:encoded><![CDATA[<p>Excellent post!  I forgot about that null-coalesce operator &#8211; could come in handy <img src='http://www.dijksterhuis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>BTW, I like the way you have your code formatted &#8211; it&#8217;s something that I&#8217;m having a ridiculously hard time getting to work in Wordpress.  Perhaps you&#8217;d have a suggestion?  I have the &#8220;SyntaxHighlighter Evolved&#8221; plugin working just fine, but my problem is that switching to the Visual Editor removes all of the padding to the code.  If you could let me know how you add c# snippets to your blog, I&#8217;d love you for ever <img src='http://www.dijksterhuis.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Kind regards,<br />
-Charles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whakate</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-709</link>
		<dc:creator>Whakate</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-709</guid>
		<description>This is extremely helpful. There are indeed a few I did not use. Thanks</description>
		<content:encoded><![CDATA[<p>This is extremely helpful. There are indeed a few I did not use. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert mcbean</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-661</link>
		<dc:creator>robert mcbean</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-661</guid>
		<description>i would write 

object e = c ?? d; 

as

object e = c ??  new object();</description>
		<content:encoded><![CDATA[<p>i would write </p>
<p>object e = c ?? d; </p>
<p>as</p>
<p>object e = c ??  new object();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-567</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 23 Mar 2009 04:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-567</guid>
		<description>&quot;By using var you spare yourself one repetition of StringBuilder&quot;

Visual Studio Intellisense will automatically suggest the type after you type &quot;new&quot;, so you&#039;re saving yourself one Tab.</description>
		<content:encoded><![CDATA[<p>&#8220;By using var you spare yourself one repetition of StringBuilder&#8221;</p>
<p>Visual Studio Intellisense will automatically suggest the type after you type &#8220;new&#8221;, so you&#8217;re saving yourself one Tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AllenDang</title>
		<link>http://www.dijksterhuis.org/10-c-coding-shorthands-that-improve-productivity/comment-page-1/#comment-532</link>
		<dc:creator>AllenDang</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=897#comment-532</guid>
		<description>nice article! very usefull.</description>
		<content:encoded><![CDATA[<p>nice article! very usefull.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
