<?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; return</title>
	<atom:link href="http://tipsinterview.com/tag/return/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +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>Working with Dictionary Collections</title>
		<link>http://tipsinterview.com/2010/11/20/working-with-dictionary-collections/</link>
		<comments>http://tipsinterview.com/2010/11/20/working-with-dictionary-collections/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 00:25:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Interview Skills]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[dictionary collection]]></category>
		<category><![CDATA[dictionary collections]]></category>
		<category><![CDATA[dictionary dictionary]]></category>
		<category><![CDATA[dictionary example]]></category>
		<category><![CDATA[generic collections]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[Working]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=461</guid>
		<description><![CDATA[Another very useful generic collection is the Dictionary, which works with key/value pairs. There is a non-generic collection, called a Hashtable that does the same thing, except that it operates on type object. However, as explained earlier in this lesson, you want to avoid the non-generic collections and use thier generic counterparts instead. The scenario [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/11/20/working-with-dictionary-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applying Generics</title>
		<link>http://tipsinterview.com/2010/11/11/applying-generics/</link>
		<comments>http://tipsinterview.com/2010/11/11/applying-generics/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 00:15:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[default operator]]></category>
		<category><![CDATA[Dim]]></category>
		<category><![CDATA[generic types]]></category>
		<category><![CDATA[integer coordinates]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[point precision]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[struct point]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=457</guid>
		<description><![CDATA[Because of the native support for generics in the IL and the CLR, most CLR-compliant language can take advantage of generic types. For example, here is some Visual Basic .NET code that uses the generic stack of Code block 2: Dim stack As Stack(Of Integer) stack = new Stack(Of Integer) stack.Push(3) Dim number As Integer [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/11/11/applying-generics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between overloading and overriding.</title>
		<link>http://tipsinterview.com/2010/08/07/what-is-the-difference-between-overloading-and-overriding/</link>
		<comments>http://tipsinterview.com/2010/08/07/what-is-the-difference-between-overloading-and-overriding/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 00:22:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Overloading]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[remote procedure calls]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[static variables]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=375</guid>
		<description><![CDATA[difference between overloading and overriding. Overriding - Methods have the same signature as the parent class method. Overloading - Methods have different parameters list or type or the return type. Advantages and disadvantages of using multithreading Advantages: Simultaneous access to multiple applications Reduced number of required servers Improved performance and concurrency Simplified coding of remote [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/08/07/what-is-the-difference-between-overloading-and-overriding/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>

