<?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>MsDotNetMentor &#187; Interview Questions</title>
	<atom:link href="http://www.msdotnetmentor.com/category/interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Mon, 09 Jan 2012 20:57:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Silverlight FAQ &#8211; Important</title>
		<link>http://www.msdotnetmentor.com/silverlight/silverlight-faq-important.html</link>
		<comments>http://www.msdotnetmentor.com/silverlight/silverlight-faq-important.html#comments</comments>
		<pubDate>Sat, 02 May 2009 20:41:11 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Silverlight FAQ]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=469</guid>
		<description><![CDATA[Q. What is Silverlight Tool Kit?
Ans: To create an application or game you need to design, code and give some extra feature to your output.
To do the above, you need some controls, IDE etc.
Silverlight Tool kit is nothing but is a collection of Silverlight Tools, Components etc. It includes source code describing the all you need to develop an application.
Please visit this link for more info:http://www.codeplex.com/Silverlight
Q. Can I add more than one .xaml pages in silverlight application?
Ans: Yes, you can have multiple .xaml files in a single project.
In the App.xaml, ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/silverlight/silverlight-faq-important.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ref &#8211; out : at a glance</title>
		<link>http://www.msdotnetmentor.com/csharp/ref-out-at-a-glance.html</link>
		<comments>http://www.msdotnetmentor.com/csharp/ref-out-at-a-glance.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:26:16 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=306</guid>
		<description><![CDATA[The ref 
The ref  keyword causes argument passed by reference. The effect is that any chnages is made to the parameter in the method will be reflected in that variable when control passes back to the calling method. To use a ref parameter, both the method definition and the calling method must explicitly use the ref  keyword.
An argument passed to to a ref parameter must first be initialized. his differs it from out  whose argument need not be explicitly initialize before being passed.
Both ref and out are ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/csharp/ref-out-at-a-glance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions</title>
		<link>http://www.msdotnetmentor.com/interview-questions/aspnet-interview-questions.html</link>
		<comments>http://www.msdotnetmentor.com/interview-questions/aspnet-interview-questions.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 03:18:25 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Interview question]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=221</guid>
		<description><![CDATA[1. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. 
Ans. 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.
2. Whatâ€™s the difference between Response.Write() andResponse.Output.Write()?
Ans. The latter one allows you to write formattedoutput.
3. What methods are fired during the page load?
Ans. Init() &#8211; when the pageis instantiated, 
Load() - when the page is loaded into server ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/interview-questions/aspnet-interview-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threading Monitoring  in C# &#8211; Easier to write</title>
		<link>http://www.msdotnetmentor.com/csharp/threading-monitoring-in-c-easier-to-write.html</link>
		<comments>http://www.msdotnetmentor.com/csharp/threading-monitoring-in-c-easier-to-write.html#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:29:12 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[thread monitoring]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=206</guid>
		<description><![CDATA[Threading Monitoring  in C# &#8211; Easier to write
Itâ€™s a subsequent Code-Snippet of Article : Threading &#8211; A Step Ahead Story.
/* This Example is a part of different
 * examples shown in Book:
 * C#2005 Beginners: A Step Ahead
 * Written by: Gaurav Arora
 * Reach at : gaurav.aroraose@yahoo.co.in */
// File name : threadingmonitor.cs
using System;
using System.Threading;
namespace CSharp.AStepAhead.threadingmonitor
{
    class Alpha
    {
        public static string name,name1;
        public void Beta()
    ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/csharp/threading-monitoring-in-c-easier-to-write.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Threading in CSharp &#8211; Easier to write</title>
		<link>http://www.msdotnetmentor.com/csharp/threading-in-csharp-easier-to-write.html</link>
		<comments>http://www.msdotnetmentor.com/csharp/threading-in-csharp-easier-to-write.html#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:24:13 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=203</guid>
		<description><![CDATA[Threading in C# &#8211; Easier to write
Itâ€™s a subsequent Code-Snippet of Article :Threading &#8211; A Step Ahead Story.
/* This Example is a part of different
* examples shown in Book:
* C#2005 Beginners: A Step Ahead
* Written by: Gaurav Arora
* Reach at : gaurav.aroraose@yahoo.co.in */
// File name : threading.cs
using System;
using System.Threading;
namespace CSharp.AStepAhead.threading
{
class threading
{
public threading()
{
//Thread th = new Thread(new ThreadStart(writeData("Gaurav")));
//th.Start();
}
public static string nm;
public static int i;
protected static void writeData()
{
//string str;
for (i=0; i&#38;lt;=nm.Length-1; i++)
{
Console.ForegroundColor = ConsoleColor.Blue;
Thread.Sleep(1000);
Console.WriteLine(" {0}", nm.Substring(i, 1));
//Console.WriteLine(str);
}
}
static void Main()
{
string name,lname;
Console.Write("Enter First Name : ");
name = Console.ReadLine();
Console.Write("Enter Last Name : ");
lname = Console.ReadLine();
threading.nm ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/csharp/threading-in-csharp-easier-to-write.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

