<?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>ForDevs &#187; DotNet IQ</title>
	<atom:link href="http://www.fordevs.com/category/programming/dotnet/dotnet-iq/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dot Net Interview Questions &#8211; Part 3</title>
		<link>http://www.fordevs.com/2008/10/1_23.html</link>
		<comments>http://www.fordevs.com/2008/10/1_23.html#comments</comments>
		<pubDate>Thu, 23 Oct 2008 08:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DotNet IQ]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/dot-net-interview-questions-part-3.html</guid>
		<description><![CDATA[1.What is a stack? What is a heap? Ans : Stack is a place in the memory where value types are stored. Heap is a place in the memory where the reference types are stored. 2.What is Boxing/Unboxing? Ans : Boxing is used to convert value types to object.E.g. int x = 1;object obj = [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/1_23.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dot Net Interview Questions &#8211; Part 2</title>
		<link>http://www.fordevs.com/2008/10/1.html</link>
		<comments>http://www.fordevs.com/2008/10/1.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 10:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DotNet IQ]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/dot-net-interview-questions-part-2.html</guid>
		<description><![CDATA[1.What are server controls?Ans : ASP.NET server controls are components that run on the server and encapsulate user-interface and other related functionality. They are used in ASP.NET pages and in ASP.NET code-behind classes. 2.What are Sealed Classes in C#? Ans : The sealed modifier is used to prevent derivation from a class. A compile-time error [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/1.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dot Net Interview Questions &#8211; Part 1</title>
		<link>http://www.fordevs.com/2008/10/dot-net-interview-questions-part-1.html</link>
		<comments>http://www.fordevs.com/2008/10/dot-net-interview-questions-part-1.html#comments</comments>
		<pubDate>Tue, 21 Oct 2008 07:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DotNet IQ]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/dot-net-interview-questions-part-1.html</guid>
		<description><![CDATA[1.What method do you use to explicitly kill a users session? Ans : Syntax: Session.Abandon() Note : The Abandon method destroys all the objects stored in a Session object and releases their resources.If you do not call the Abandon method explicitly, the server destroys these objects when the session times out. 2.What methods are fired [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/dot-net-interview-questions-part-1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

