<?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; Explain</title>
	<atom:link href="http://tipsinterview.com/tag/explain/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Explain about Serialization in .NET. Explain binary serialization and XML serialization</title>
		<link>http://tipsinterview.com/2010/05/11/explain-about-serialization-in-net-explain-binary-serialization-and-xml-serialization/</link>
		<comments>http://tipsinterview.com/2010/05/11/explain-about-serialization-in-net-explain-binary-serialization-and-xml-serialization/#comments</comments>
		<pubDate>Tue, 11 May 2010 00:39:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[binary copy]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[persistent storage]]></category>
		<category><![CDATA[schema definition language]]></category>
		<category><![CDATA[serial format]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml schema]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=272</guid>
		<description><![CDATA[Explain about Serialization in .NET. Explain binary serialization and XML serialization System.Runtime.Serialization namespace provides Serialization in .NET. The IFormatter interface in the namespace contains Serialize and De-serialize methods that save and load data of a stream. So we need stream as a container for the serialized object(s) and a formatter that serializes these objects onto [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/11/explain-about-serialization-in-net-explain-binary-serialization-and-xml-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET interview: Serialization in .NET</title>
		<link>http://tipsinterview.com/2010/04/18/net-interview-serialization-in-net/</link>
		<comments>http://tipsinterview.com/2010/04/18/net-interview-serialization-in-net/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 00:56:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[binary copy]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[Formatter]]></category>
		<category><![CDATA[persistent storage]]></category>
		<category><![CDATA[schema definition language]]></category>
		<category><![CDATA[serial format]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml schema]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=243</guid>
		<description><![CDATA[Explain about Serialization in .NET. Explain binary serialization and XML serialization System.Runtime.Serialization namespace provides Serialization in .NET. The IFormatter interface in the namespace contains Serialize and De-serialize methods that save and load data of a stream. So we need stream as a container for the serialized object(s) and a formatter that serializes these objects onto [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/18/net-interview-serialization-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview questions for ASP.NET (UI) Developers</title>
		<link>http://tipsinterview.com/2009/12/21/interview-questions-for-asp-net-ui-developers/</link>
		<comments>http://tipsinterview.com/2009/12/21/interview-questions-for-asp-net-ui-developers/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:59:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application objects]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[aspx page]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[OutputCache]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[route requests]]></category>
		<category><![CDATA[state providers]]></category>
		<category><![CDATA[ThreadStatic]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/interview-questions-for-asp-net-ui-developers/</guid>
		<description><![CDATA[What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each? What is Web Gardening? How would using it affect a design? Given one ASP.NET application, how many application objects does it have on a single proc box? A dual? A dual with Web Gardening enabled? How would [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/interview-questions-for-asp-net-ui-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic interview questions for C# Component Developers</title>
		<link>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</link>
		<comments>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:58:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c string]]></category>
		<category><![CDATA[class c]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[PIA]]></category>
		<category><![CDATA[public c]]></category>
		<category><![CDATA[static method]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</guid>
		<description><![CDATA[Explain the differences between public, protected, private and internal. What benefit do you get from using a Primary Interop Assembly (PIA)? By what mechanism does NUnit know what methods to test? What is the difference between typeof(foo) and myFoo.GetType()? Explain what’s happening in the first constructor: public class c{ public c(string a) : this() {;}; [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

