<?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: Initialize Objects with C# 3.0</title>
	<atom:link href="http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:18:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vyas Bharghava</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-109785</link>
		<dc:creator>Vyas Bharghava</dc:creator>
		<pubDate>Wed, 05 Nov 2008 07:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-109785</guid>
		<description>Imagine an entity that has 50+ properties... 

Nibbler would claim he could still do it with one line of code... (just a call to constructor, no less ;))</description>
		<content:encoded><![CDATA[<p>Imagine an entity that has 50+ properties&#8230; </p>
<p>Nibbler would claim he could still do it with one line of code&#8230; (just a call to constructor, no less <img src='http://www.search-this.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 C# 3.0 Shortcuts</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-65388</link>
		<dc:creator>3 C# 3.0 Shortcuts</dc:creator>
		<pubDate>Mon, 16 Jun 2008 19:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-65388</guid>
		<description>[...] talked about initializers before, but let&#039;s review anyway. You can use initializers to reduce the amount of work it takes to create [...]</description>
		<content:encoded><![CDATA[<p>[...] talked about initializers before, but let&#8217;s review anyway. You can use initializers to reduce the amount of work it takes to create [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Media</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-39927</link>
		<dc:creator>Web Design Media</dc:creator>
		<pubDate>Fri, 15 Feb 2008 07:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-39927</guid>
		<description>The object analyser is pretty interesting, but  i&#039;ll rather use the old method. If you need to initialise 50 variables, I don&#039;t think you would write the code on a single line... :)</description>
		<content:encoded><![CDATA[<p>The object analyser is pretty interesting, but  i&#8217;ll rather use the old method. If you need to initialise 50 variables, I don&#8217;t think you would write the code on a single line&#8230; <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nibbler</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-39244</link>
		<dc:creator>Nibbler</dc:creator>
		<pubDate>Mon, 11 Feb 2008 08:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-39244</guid>
		<description>Stud mark = new Stud(&quot;Marc&quot;, 10);

Even shorter ;)</description>
		<content:encoded><![CDATA[<p>Stud mark = new Stud(&#8220;Marc&#8221;, 10);</p>
<p>Even shorter <img src='http://www.search-this.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ses5909</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-39182</link>
		<dc:creator>ses5909</dc:creator>
		<pubDate>Sun, 10 Feb 2008 23:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-39182</guid>
		<description>It is a tough crowd! I think it&#039;s easier to read in 3 lines as well. still cool to be able to do that though!</description>
		<content:encoded><![CDATA[<p>It is a tough crowd! I think it&#8217;s easier to read in 3 lines as well. still cool to be able to do that though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-38859</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Fri, 08 Feb 2008 17:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-38859</guid>
		<description>Saved 2 lines of code and I think made it easier to read - wow, tough crowd :)</description>
		<content:encoded><![CDATA[<p>Saved 2 lines of code and I think made it easier to read &#8211; wow, tough crowd <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack @ The Tech Teapot</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-38852</link>
		<dc:creator>Jack @ The Tech Teapot</dc:creator>
		<pubDate>Fri, 08 Feb 2008 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-38852</guid>
		<description>It&#039;s not much shorter but at least you can put it all on one line. Nice</description>
		<content:encoded><![CDATA[<p>It&#8217;s not much shorter but at least you can put it all on one line. Nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/comment-page-1/#comment-38851</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 08 Feb 2008 16:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/02/08/initialize-objects-with-c-30/#comment-38851</guid>
		<description>Stud mark = new Stud();
mark.Name = “Mark”;
mark.Hotness = 10;

or..

mark = new Stud() 
{ Name = “Mark”, 
Hotness = 10 };

Not really that much shorter is it? :)</description>
		<content:encoded><![CDATA[<p>Stud mark = new Stud();<br />
mark.Name = “Mark”;<br />
mark.Hotness = 10;</p>
<p>or..</p>
<p>mark = new Stud()<br />
{ Name = “Mark”,<br />
Hotness = 10 };</p>
<p>Not really that much shorter is it? <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

