<?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>Interview Tips &#187; HashTable</title>
	<atom:link href="http://tipsinterview.com/tag/hashtable/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>C# Interview Questions &amp; Answers, Part 2</title>
		<link>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</link>
		<comments>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[c syntax]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[HashTable]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[tier application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</guid>
		<description><![CDATA[11. How can you sort the elements of the array in descending order? By calling Sort() and then Reverse() methods. 12. What’s the .NET collection class that allows an element to be accessed using a unique key? HashTable. 13. What class is underneath the SortedList class? A sorted HashTable. 14. Will the finally block get [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

