<?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; Windows</title>
	<atom:link href="http://tipsinterview.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:46:00 +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>asp.net questions and answers</title>
		<link>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/</link>
		<comments>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:45:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application variables]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[objective type]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[question title]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[type question]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/</guid>
		<description><![CDATA[Whether azure supports all OS? No it supports Windows 7, Vista, Windows 2008 server. What is the difference between document.getElementById('&#60;%= btnMakeUpdate.ClientID %&#62;').name AND document.getElementById('&#60;%= btnMakeUpdate.UniqueID %&#62;')? There is no difference. Both will use control's id seperated using $ sign. MaintainScrollPositionOnPostback will work in Ajax Postback. NOTE: This is objective type question, Please click question title [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What A Mid-Level .NET Developers Ought To Know</title>
		<link>http://tipsinterview.com/2009/12/21/what-a-mid-level-net-developers-ought-to-know/</link>
		<comments>http://tipsinterview.com/2009/12/21/what-a-mid-level-net-developers-ought-to-know/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:56:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[aspect oriented programming]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[dynamic reference]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[generational garbage]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[oriented object]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/what-a-mid-level-net-developers-ought-to-know/</guid>
		<description><![CDATA[continue http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/&#160; Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming. Describe what an Interface is and how it’s different from a Class. What is Reflection? What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP? Are the type system represented by XmlSchema and the CLS isomorphic? Conceptually, what is [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/what-a-mid-level-net-developers-ought-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Every .NET Developers Ought To Know</title>
		<link>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/</link>
		<comments>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:55:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[GAC]]></category>
		<category><![CDATA[GC]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[server family]]></category>
		<category><![CDATA[Sinior]]></category>
		<category><![CDATA[strong typing]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tcp ip port]]></category>
		<category><![CDATA[virtual memory]]></category>
		<category><![CDATA[weak typing]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/</guid>
		<description><![CDATA[Describe the difference between a Thread and a Process? What is a Windows Service and how does its lifecycle differ from a &#34;standard&#34; EXE? What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
