<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: String.Format()   made easy</title>
	<atom:link href="http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/</link>
	<description>scattered outbound thoughts</description>
	<lastBuildDate>Fri, 16 Oct 2009 00:18:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: faraz</title>
		<link>http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-18</link>
		<dc:creator>faraz</dc:creator>
		<pubDate>Wed, 28 Feb 2007 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-18</guid>
		<description>a very nice read indeed</description>
		<content:encoded><![CDATA[<p>a very nice read indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Aleem</title>
		<link>http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-17</link>
		<dc:creator>Abdul Aleem</dc:creator>
		<pubDate>Wed, 28 Feb 2007 13:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-17</guid>
		<description>Hey,

I recommend you definately take a look at Perf &amp; Scale PAG if you have&#039;nt before, also mentioned in one of the above articles.

I read some portions of it long time back before 2.0, but the guide sure is wonderful study about App Perf. Specially Chapter-5,6 and 14 are wonderful.

http://msdn2.microsoft.com/en-us/library/ms998530.aspx</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I recommend you definately take a look at Perf &amp; Scale PAG if you have&#8217;nt before, also mentioned in one of the above articles.</p>
<p>I read some portions of it long time back before 2.0, but the guide sure is wonderful study about App Perf. Specially Chapter-5,6 and 14 are wonderful.</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ms998530.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms998530.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faraz</title>
		<link>http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-16</link>
		<dc:creator>faraz</dc:creator>
		<pubDate>Tue, 27 Feb 2007 07:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-16</guid>
		<description>exactly , thats why the intermeidate strings are created during string concatenation.
check these
http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemString

and 
http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemTextStringBuilder</description>
		<content:encoded><![CDATA[<p>exactly , thats why the intermeidate strings are created during string concatenation.<br />
check these<br />
<a href="http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemString" rel="nofollow">http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemString</a></p>
<p>and<br />
<a href="http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemTextStringBuilder" rel="nofollow">http://channel9.msdn.com/wiki/default.aspx/Channel9.PerfSystemTextStringBuilder</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Aleem</title>
		<link>http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-15</link>
		<dc:creator>Abdul Aleem</dc:creator>
		<pubDate>Mon, 26 Feb 2007 20:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/02/25/stringformat-made-easy/#comment-15</guid>
		<description>Hi Faraz,

The reason why String.Format() is better for appending strings other than readability is because String.Format internally uses StringBuilder Object for concating all the strings. The StringBuilder Object is Mutable whereas Simple String is Immutable.</description>
		<content:encoded><![CDATA[<p>Hi Faraz,</p>
<p>The reason why String.Format() is better for appending strings other than readability is because String.Format internally uses StringBuilder Object for concating all the strings. The StringBuilder Object is Mutable whereas Simple String is Immutable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
