<?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>Kerry D. Wong &#187; Visual Studio .Net</title>
	<atom:link href="http://www.kerrywong.com/tag/visual-studio-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>XSLT More Robust in VS .Net 2005 than VS .Net 2003</title>
		<link>http://www.kerrywong.com/2007/07/13/xslt-more-robust-in-vs-net-2005-than-vs-net-2003/</link>
		<comments>http://www.kerrywong.com/2007/07/13/xslt-more-robust-in-vs-net-2005-than-vs-net-2003/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 00:52:06 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Visual Studio .Net]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://dimension/2007/07/13/xslt-more-robust-in-vs-net-2005-than-vs-net-2003/</guid>
		<description><![CDATA[Recently I noticed that the support for XSLT in Visual Studio .Net 2003 was all but lousy. The XSLT functionality worked fine for simple XSL&#8217;s in VS 2003, but the XSL would sometimes fail to load if it was a bit more complex, even if it was W3C compliant. XslTransform.Load routinely throws exceptions for no [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/07/13/xslt-more-robust-in-vs-net-2005-than-vs-net-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Serialization Surprise in VS 2005</title>
		<link>http://www.kerrywong.com/2006/11/04/xml-serialization-surprise-in-vs-2005/</link>
		<comments>http://www.kerrywong.com/2006/11/04/xml-serialization-surprise-in-vs-2005/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 10:11:30 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[Visual Studio .Net]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://dimension/2006/11/04/xml-serialization-surprise-in-vs-2005/</guid>
		<description><![CDATA[In a post last year, I wrote about the pitfalls when generating classes using the xsd tool in .Net framework 1.1. And some preliminary tests had suggested that the issues of xsd not generating the correct serializable class had been fixed in framework 2.0. A recent project at a client site had proved this to [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/11/04/xml-serialization-surprise-in-vs-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thread Safety Made Easier Under Visual Studio 2005</title>
		<link>http://www.kerrywong.com/2006/05/26/thread-safety-made-easier-under-visual-studio-2005/</link>
		<comments>http://www.kerrywong.com/2006/05/26/thread-safety-made-easier-under-visual-studio-2005/#comments</comments>
		<pubDate>Fri, 26 May 2006 09:49:32 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Multi-threading]]></category>
		<category><![CDATA[Visual Studio .Net]]></category>

		<guid isPermaLink="false">http://dimension/2007/05/26/thread-safety-made-easier-under-visual-studio-2005/</guid>
		<description><![CDATA[Most of us know that controls in Windows forms are bound to a specific thread and are not thread safe, and thus UI controls created or referenced on non-UI thread must be marshaled back to the UI thread by using one of the Invoke methods. In the article WinForms UI Thread Invokes: An In-Depth Review [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/05/26/thread-safety-made-easier-under-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

