<?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"
	>

<channel>
	<title>Fresher Interview Questions &#187; .NET</title>
	<atom:link href="http://www.freshershome.com/interview-questions/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshershome.com/interview-questions</link>
	<description>Interview Questions for Freshers</description>
	<pubDate>Tue, 23 Sep 2008 01:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>ASP.NET Interview Questions</title>
		<link>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions-2/</link>
		<comments>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions-2/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 06:58:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ASP]]></category>

		<category><![CDATA[ASP dot net]]></category>

		<category><![CDATA[ASP Questions]]></category>

		<category><![CDATA[DotNet Questions]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/net/aspnet-interview-questions-2/</guid>
		<description><![CDATA[
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe.
What’s the difference between Response.Write() andResponse.Output.Write()?
The [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C# Scope</title>
		<link>http://www.freshershome.com/interview-questions/net/c-scope/</link>
		<comments>http://www.freshershome.com/interview-questions/net/c-scope/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 08:45:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C Hash scope]]></category>

		<category><![CDATA[C Scopre]]></category>

		<category><![CDATA[C++ and C]]></category>

		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/net/c-scope/</guid>
		<description><![CDATA[scope in C#
Simply, the scope of a type (a variable, a method, or a class) is where you can use that type in your program. In other words, the scope defines the area of the program where that type can be accessible and referenced.
When you declare a variable inside a block of code (like a [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/net/c-scope/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C# .NET</title>
		<link>http://www.freshershome.com/interview-questions/net/c-net/</link>
		<comments>http://www.freshershome.com/interview-questions/net/c-net/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 08:44:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C Hash]]></category>

		<category><![CDATA[C++ and C]]></category>

		<category><![CDATA[dot net]]></category>

		<category><![CDATA[Interview]]></category>

		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/net/c-net/</guid>
		<description><![CDATA[1) Can we have private constructor? when can I use them?
2) what is an internal specifier? what happens internally when I use access specifier Internal ?
3) DO we have inline function in C#? otherwise what is equivalent inline function in C#? 
1. Explain the differences between Server-side and Client-side code?
ANS: Server side code will execute [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/net/c-net/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET interview questions</title>
		<link>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions/</link>
		<comments>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 07:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/?p=38</guid>
		<description><![CDATA[Following are some ASP.NET interview questions.

   1. Describe the difference between a Thread and a Process?
   2. What is a Windows Service and how does its lifecycle differ from a .standard. EXE?
   3. What is the maximum amount of memory any single process on Windows can address? Is this [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/net/aspnet-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Basic .NET and ASP.NET interview questions</title>
		<link>http://www.freshershome.com/interview-questions/net/basic-net-and-aspnet-interview-questions/</link>
		<comments>http://www.freshershome.com/interview-questions/net/basic-net-and-aspnet-interview-questions/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 07:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.freshershome.com/interview-questions/?p=37</guid>
		<description><![CDATA[Following are some Basic .NET and ASP.NET interview questions, answer them if you can or just read and get answers.

   1. Explain the .NET architecture.
   2. How many languages .NET is supporting now? - When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. The site [...]]]></description>
		<wfw:commentRss>http://www.freshershome.com/interview-questions/net/basic-net-and-aspnet-interview-questions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
