<?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; Certification</title>
	<atom:link href="http://www.vbsociety.com/category/certification/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 Test Question 8</title>
		<link>http://www.vbsociety.com/c-sharp-test-question-8.html</link>
		<comments>http://www.vbsociety.com/c-sharp-test-question-8.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:00:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Test Question]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=79</guid>
		<description><![CDATA[Which is the correct declaration of nullable integer? Explanation: This is the proper way to declare and assign a nullable integer. In C#, you could also use the following . int? i = null; Objectives Developing applications that use system types and collections Manage data in a .NET Framework application by using .net Framework 2.0 [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-test-question-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sharp Test Question 7</title>
		<link>http://www.vbsociety.com/c-sharp-test-question-7.html</link>
		<comments>http://www.vbsociety.com/c-sharp-test-question-7.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Test Question]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=74</guid>
		<description><![CDATA[You are developing a text processing application by using the .NET Framework. You write the following code to iterate over a collection of strings and populate a ListBox control with the values it contains (line numbers are for reference only). The GetStrings function returns an array of strings. 01: StringCollection myStrCol = new StringCollection(); 02: [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-test-question-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sharp Test Question 6</title>
		<link>http://www.vbsociety.com/c-sharp-test-question-6.html</link>
		<comments>http://www.vbsociety.com/c-sharp-test-question-6.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Test Question]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=70</guid>
		<description><![CDATA[You are developing a logging module for a large application by using the .NET Framework. You need to append logging information to a file named application.log. This log file is opened when the application is started and is closed only when the application is closed. However, you append text several times to the file during [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-test-question-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>C Sharp Question 4</title>
		<link>http://www.vbsociety.com/c-sharp-question-4.html</link>
		<comments>http://www.vbsociety.com/c-sharp-question-4.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:09:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Test Question]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=62</guid>
		<description><![CDATA[You are developing a .NET Framework application. You write the following code in your application: public interface IShape { double GetArea(); double GetPerimeter(); } public class Shape : IShape { public Shape() { } public double GetArea() { double area = 0; // Additional code goes here return area; } public double GetPerimeter() { double [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-question-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sharp Test Question 2</title>
		<link>http://www.vbsociety.com/c-sharp-test-question-2.html</link>
		<comments>http://www.vbsociety.com/c-sharp-test-question-2.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[70-536]]></category>
		<category><![CDATA[C Sharp Test Question]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=53</guid>
		<description><![CDATA[You create a Windows service application that consists of two services. One service monitors a directory for new orders and the other service replicates a database table with the most up-to-date inventory information. You need to develop a project installer class to install these services. What should you do? (Each correct answer presents part of [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-test-question-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sharp Ptactice Test Questions</title>
		<link>http://www.vbsociety.com/c-sharp-ptactice-test-questions.html</link>
		<comments>http://www.vbsociety.com/c-sharp-ptactice-test-questions.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Assembly]]></category>
		<category><![CDATA[C Sharp Questions]]></category>
		<category><![CDATA[C# questions]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=44</guid>
		<description><![CDATA[You develop a Windows application by using the .NET Framework. The application makes use of an assembly named MyAssembly. The assembly file MyAssembly.dll is deployed in a folder named bin20 under the application&#8217;s root directory. The MyAssembly assembly is not strongly named. You must configure the Windows application to specify the location of the MyAssembly [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/c-sharp-ptactice-test-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

