<?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: In C#, When to use String verses string</title>
	<atom:link href="http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/</link>
	<description>Specializing in Microsoft Web and Database Technologies</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:00:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: strainedeye</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-25400</link>
		<dc:creator>strainedeye</dc:creator>
		<pubDate>Wed, 16 Sep 2009 00:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-25400</guid>
		<description>obsolesce i mean :)</description>
		<content:encoded><![CDATA[<p>obsolesce i mean <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: strainedeye</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-25399</link>
		<dc:creator>strainedeye</dc:creator>
		<pubDate>Wed, 16 Sep 2009 00:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-25399</guid>
		<description>@Mr_Not_VB

that&#039;s why he said vb should be deprecated or put to obsolence</description>
		<content:encoded><![CDATA[<p>@Mr_Not_VB</p>
<p>that&#8217;s why he said vb should be deprecated or put to obsolence</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr_Not_VB</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-25134</link>
		<dc:creator>Mr_Not_VB</dc:creator>
		<pubDate>Fri, 17 Jul 2009 23:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-25134</guid>
		<description>@Josh Stodola

Microsoft created VB for guys like you who still need training wheels.</description>
		<content:encoded><![CDATA[<p>@Josh Stodola</p>
<p>Microsoft created VB for guys like you who still need training wheels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf wOLF</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-19963</link>
		<dc:creator>Wolf wOLF</dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-19963</guid>
		<description>No that doesn&#039;t make sense Rusty. 

Use like so:

String nameOfSomething = String.Empty;

i mean String is a class and who starts a class name in lowercase? Right knowone :P</description>
		<content:encoded><![CDATA[<p>No that doesn&#8217;t make sense Rusty. </p>
<p>Use like so:</p>
<p>String nameOfSomething = String.Empty;</p>
<p>i mean String is a class and who starts a class name in lowercase? Right knowone <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-1101</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 28 Aug 2008 16:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-1101</guid>
		<description>haha, nice answer, Rusty</description>
		<content:encoded><![CDATA[<p>haha, nice answer, Rusty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-679</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Sun, 06 Jan 2008 04:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-679</guid>
		<description>String.Empty or string.Empty? and why?
Use string.empty when you have a space after the = and String.Empty when you are starting on a new line.

Why?  Because people just need rules, apparently.</description>
		<content:encoded><![CDATA[<p>String.Empty or string.Empty? and why?<br />
Use string.empty when you have a space after the = and String.Empty when you are starting on a new line.</p>
<p>Why?  Because people just need rules, apparently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen J</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-678</link>
		<dc:creator>Naveen J</dc:creator>
		<pubDate>Wed, 02 Jan 2008 06:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-678</guid>
		<description>one doubt.
which is better to use?
String.Empty or string.Empty? and why?
Or are they both same since string is an alias of String?</description>
		<content:encoded><![CDATA[<p>one doubt.<br />
which is better to use?<br />
String.Empty or string.Empty? and why?<br />
Or are they both same since string is an alias of String?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Kellner</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-677</link>
		<dc:creator>Peter Kellner</dc:creator>
		<pubDate>Mon, 31 Dec 2007 15:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-677</guid>
		<description>I&#039;m more thinking that things like S or s doesn&#039;t make a difference should be deprecated (like what&#039;s in this post).  I&#039;ve grown up using case sensative languages so I just always expect case will make a difference.  VB just confuses me.</description>
		<content:encoded><![CDATA[<p>I&#8217;m more thinking that things like S or s doesn&#8217;t make a difference should be deprecated (like what&#8217;s in this post).  I&#8217;ve grown up using case sensative languages so I just always expect case will make a difference.  VB just confuses me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Stodola</title>
		<link>http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/comment-page-1/#comment-676</link>
		<dc:creator>Josh Stodola</dc:creator>
		<pubDate>Mon, 31 Dec 2007 14:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/12/29/incsharpwhentousestringversesstring/#comment-676</guid>
		<description>In VB.NET, it will always capitalize the S for you, therefore you don&#039;t even have to think about it. Case-sensitive languages should be deprecated, IMO.</description>
		<content:encoded><![CDATA[<p>In VB.NET, it will always capitalize the S for you, therefore you don&#8217;t even have to think about it. Case-sensitive languages should be deprecated, IMO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
