<?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; block</title>
	<atom:link href="http://tipsinterview.com/tag/block/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>
		<item>
		<title>What are the variuos Enterprise Application Blocks in .NET</title>
		<link>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/</link>
		<comments>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[block logging]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[data application]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception error]]></category>
		<category><![CDATA[Handling]]></category>
		<category><![CDATA[security application]]></category>
		<category><![CDATA[Unity Application]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/</guid>
		<description><![CDATA[Exception error Handling Caching Application Block Data Application Block Logging Application Block Security Application Block Unity Application Block Policy Injection Application Block Validation Application Block]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview questions for C# developers</title>
		<link>http://tipsinterview.com/2010/02/24/interview-questions-for-c-developers/</link>
		<comments>http://tipsinterview.com/2010/02/24/interview-questions-for-c-developers/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:03:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[c method]]></category>
		<category><![CDATA[C.MessageBoxA]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[indexers]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[native dll]]></category>
		<category><![CDATA[optional parameters]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[user32 dll]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/24/interview-questions-for-c-developers/</guid>
		<description><![CDATA[If I return out of a try/finally in C#, does the code in the finally-clause run? - Yes. The code in the finally always runs. If you return out of the try block, or even if you do a “goto” out of the try, the finally block always runs: Both “In Try block” and “In [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/24/interview-questions-for-c-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

