<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VB Society.com &#187; C Sharp Question 5</title>
	<atom:link href="http://www.vbsociety.com/tag/c-sharp-question-5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbsociety.com</link>
	<description>Visual Basic Programming Tutorials</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:01:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C Sharp Question 5</title>
		<link>http://www.vbsociety.com/c-sharp-question-5.html</link>
		<comments>http://www.vbsociety.com/c-sharp-question-5.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:20:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Question 5]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=67</guid>
		<description><![CDATA[You are developing a console application that uses .NET Framework text processing libraries. You write the following code to process text: StringBuilder sb = new StringBuilder(5); sb.Append(&#8220;01234567890123456789&#8243;); sb.Length = 10; sb.Append(&#8220;AB&#8221;); Console.WriteLine(&#8220;Length = {0}&#8221;, sb.Length); Console.WriteLine(&#8220;Capacity = {0}&#8221;, sb.Capacity); You must determine the value of sb.Length and sb.Capacity printed by this code segment. Which values [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-question-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

