<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>U Knew It</title>
	<link>http://www.uknewit.net</link>
	<description>Be better prepared to the next technical interview</description>
	<pubDate>Fri, 21 Mar 2008 23:35:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/UKnewIt" /><feedburner:info uri="uknewit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>.Net Architecture Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/SA70sHjwgxo/</link>
		<comments>http://www.uknewit.net/2008/03/21/dotnet-archtecture-questions/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 23:32:31 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<category><![CDATA[architecture]]></category>

		<category><![CDATA[dotnet]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/03/21/dotnet-archtecture-questions/</guid>
		<description><![CDATA[

What are design patterns?
Design patterns are recurring solution to recurring problems in software architecture. There are three basic classification of patterns - creational, structural and behavioral patterns.

  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F03%2F21%2Fdotnet-archtecture-questions%2F';
  addthis_title  = '.Net+Architecture+Questions';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/03/21/dotnet-archtecture-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/03/21/dotnet-archtecture-questions/</feedburner:origLink></item>
		<item>
		<title>.Net Object-Oriented Programming Concepts Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/VS2-AGPDRko/</link>
		<comments>http://www.uknewit.net/2008/03/09/dotnet-oop-questions/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 20:18:59 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/03/09/dotnet-oop-questions/</guid>
		<description><![CDATA[

What is Object Oriented Programming?
It is a problem solving technique to develop software systems. It is a technique to think real world in terms of objects. Object maps the software model to real world concept. These objects have responsibilities and provide services to application or other objects.


  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F03%2F09%2Fdotnet-oop-questions%2F';
  [...]]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/03/09/dotnet-oop-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/03/09/dotnet-oop-questions/</feedburner:origLink></item>
		<item>
		<title>ASP.Net Caching Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/u-VpuSVi1-s/</link>
		<comments>http://www.uknewit.net/2008/02/28/aspnet-caching-questions/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 15:30:33 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[ASP.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/28/aspnet-caching-questions/</guid>
		<description><![CDATA[

What is the difference between Cache object and Application object?
The main difference between the Cache and Application objects is that the Cache object provides cache-specific features, such as dependencies and expiration policies.


  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F28%2Faspnet-caching-questions%2F';
  addthis_title  = 'ASP.Net+Caching+Questions';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/28/aspnet-caching-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/28/aspnet-caching-questions/</feedburner:origLink></item>
		<item>
		<title>.Net Remoting and Webservices Interview Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/sMey-XaXym8/</link>
		<comments>http://www.uknewit.net/2008/02/22/dotnet-remoting-webservices-interview-questions/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 18:58:40 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/22/dotnet-remoting-webservices-interview-questions/</guid>
		<description><![CDATA[

What is an application domain?
Previously &#34;PROCESS&#34; where used as security boundaries. One process has its own virtual memory and does not over lap the other process virtual memory; due to this one process can not crash the other process. So any problem or error in one process does not affect the other process. In .NET [...]]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/22/dotnet-remoting-webservices-interview-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/22/dotnet-remoting-webservices-interview-questions/</feedburner:origLink></item>
		<item>
		<title>.Net Threading Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/V-EtoUk3EbY/</link>
		<comments>http://www.uknewit.net/2008/02/16/dotnet-threading-questions/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 21:32:42 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/16/dotnet-threading-questions/</guid>
		<description><![CDATA[

What is multi-tasking?
It is a feature of modern operating systems with which we can run multiple programs at same time



  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F16%2Fdotnet-threading-questions%2F';
  addthis_title  = '.Net+Threading+Questions';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/16/dotnet-threading-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/16/dotnet-threading-questions/</feedburner:origLink></item>
		<item>
		<title>.NET Interoperability Interview Questions</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/RySmvF9MiIk/</link>
		<comments>http://www.uknewit.net/2008/02/13/net-interoperability-interview-questions/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 03:56:31 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/13/net-interoperability-interview-questions/</guid>
		<description><![CDATA[

How can we use COM Components in .NET?

  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F13%2Fnet-interoperability-interview-questions%2F';
  addthis_title  = '.NET+Interoperability+Interview+Questions';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/13/net-interoperability-interview-questions/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/13/net-interoperability-interview-questions/</feedburner:origLink></item>
		<item>
		<title>ASP.Net Interview Questions - 2</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/5QQSYMPJoIw/</link>
		<comments>http://www.uknewit.net/2008/02/10/asp-net-interview-questions-2/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 20:51:27 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[ASP.Net Interview Questions]]></category>

		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/10/asp-net-interview-questions-2/</guid>
		<description><![CDATA[

Can we make sessions do not use cookies?
 We need to enable &#34;cookieless&#34; property in Web.config.

  &#60;sessionState cookieless=&#34;true&#34; timeout=&#34;20&#34; /&#62;
   


  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F10%2Fasp-net-interview-questions-2%2F';
  addthis_title  = 'ASP.Net+Interview+Questions+-+2';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/10/asp-net-interview-questions-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/10/asp-net-interview-questions-2/</feedburner:origLink></item>
		<item>
		<title>ASP.Net Interview Questions - 1</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/yWz_Iauw5Mw/</link>
		<comments>http://www.uknewit.net/2008/02/08/asp-net-interview-questions-1/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 21:40:32 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[ASP.Net Interview Questions]]></category>

		<category><![CDATA[Interview Questions]]></category>

		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/08/asp-net-interview-questions-1/</guid>
		<description><![CDATA[

What is the sequence in which ASP.NET events are processed ?
 Following is the sequence in which the events occur (extremely simplified version, for more detailed description see another post):

  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F08%2Fasp-net-interview-questions-1%2F';
  addthis_title  = 'ASP.Net+Interview+Questions+-+1';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/08/asp-net-interview-questions-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/08/asp-net-interview-questions-1/</feedburner:origLink></item>
		<item>
		<title>.Net Interview Questions - 2</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/47iNvV2S2p8/</link>
		<comments>http://www.uknewit.net/2008/02/03/net-interview-questions-2/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 00:14:47 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/02/03/net-interview-questions-2/</guid>
		<description><![CDATA[

What is garbage collection?
Garbage collection is a CLR feature which automatically manages memory.

  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F02%2F03%2Fnet-interview-questions-2%2F';
  addthis_title  = '.Net+Interview+Questions+-+2';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/02/03/net-interview-questions-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/02/03/net-interview-questions-2/</feedburner:origLink></item>
		<item>
		<title>ADO.Net Questions - Part 2</title>
		<link>http://feedproxy.google.com/~r/UKnewIt/~3/COIyZYDvC_8/</link>
		<comments>http://www.uknewit.net/2008/01/26/adonet-20-questions-2/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 00:38:01 +0000</pubDate>
		<dc:creator>uknewit</dc:creator>
		
		<category><![CDATA[ADO.Net Questions]]></category>

		<guid isPermaLink="false">http://www.uknewit.net/2008/01/26/adonet-questions-part-2/</guid>
		<description><![CDATA[

How can we save all data from DataSet?
Dataset has AcceptChanges method which commits all the changes since last time AcceptChanges has been executed.


  addthis_url    = 'http%3A%2F%2Fwww.uknewit.net%2F2008%2F01%2F26%2Fadonet-20-questions-2%2F';
  addthis_title  = 'ADO.Net+Questions+-+Part+2';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.uknewit.net/2008/01/26/adonet-20-questions-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.uknewit.net/2008/01/26/adonet-20-questions-2/</feedburner:origLink></item>
	</channel>
</rss>
