<?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 applications</title>
	<atom:link href="http://tipsinterview.com/tag/windows-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:16:51 +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>How does the XmlSerializer work?</title>
		<link>http://tipsinterview.com/2011/05/03/how-does-the-xmlserializer-work/</link>
		<comments>http://tipsinterview.com/2011/05/03/how-does-the-xmlserializer-work/#comments</comments>
		<pubDate>Tue, 03 May 2011 05:39:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[c files]]></category>
		<category><![CDATA[caches]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[user profile]]></category>
		<category><![CDATA[windows applications]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[XmlSerializationReader]]></category>
		<category><![CDATA[xmlserializer]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=548</guid>
		<description><![CDATA[The XmlSerializer constructor generates a pair of classes derived from XmlSerializationReader and XmlSerializationWriter by analysis of the classes using reflection. Temporary C# files are created and compiled into a temporary assembly and then loaded into a process. The XmlSerializer caches the temporary assemblies on a per-type basis as the code generated like this is expensive. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/03/how-does-the-xmlserializer-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Question on  XmlSerializer</title>
		<link>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/</link>
		<comments>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:49:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[c files]]></category>
		<category><![CDATA[caches]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[user profile]]></category>
		<category><![CDATA[windows applications]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xmlserializer]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/</guid>
		<description><![CDATA[How does the XmlSerializer work? What ACL permissions does a process using it require? The XmlSerializer constructor generates a pair of classes derived from XmlSerializationReader and XmlSerializationWriter by analysis of the classes using reflection. Temporary C# files are created and compiled into a temporary assembly and then loaded into a process. The XmlSerializer caches the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

