<?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>Jaxidian Update &#187; .NET 2.0</title>
	<atom:link href="http://www.jaxidian.org/update/tag/net-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaxidian.org/update</link>
	<description>Shane Milton&#039;s Technology Update</description>
	<lastBuildDate>Tue, 29 Jun 2010 02:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Speed up .NET Compact Framework compile time by a LOT!</title>
		<link>http://www.jaxidian.org/update/2008/04/25/22/</link>
		<comments>http://www.jaxidian.org/update/2008/04/25/22/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 16:01:53 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Compact Framework]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[.NET CF]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=22</guid>
		<description><![CDATA[I was complaining on Twitter about the long time it takes to compile a Compact Framework application and Steve Schoon informed me of a hack you can do to DRASTICALLY speed up the time it takes to compile! You can get the details here. Read the entire thing so you are aware of what you&#8217;re [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/04/25/22/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DataAdapters and ReadXML / WriteXML</title>
		<link>http://www.jaxidian.org/update/2008/02/29/18/</link>
		<comments>http://www.jaxidian.org/update/2008/02/29/18/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:17:50 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[.NET CF]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2008/02/29/18/</guid>
		<description><![CDATA[I am working on a project that contains nearly identical clients (same basic featuresets, different UI) in very different environments (Winforms, Mobile, and Web). The biggest difference is that the web sites (one client-equiv site, one admin site, and a set of web services) contains some additional functionality. I&#8217;ve architected this to maximize the amount [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/02/29/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Generation of API Documentation for .NET 2.0 Code</title>
		<link>http://www.jaxidian.org/update/2008/01/04/15/</link>
		<comments>http://www.jaxidian.org/update/2008/01/04/15/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 20:39:35 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET 2.0]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2008/01/04/15/</guid>
		<description><![CDATA[I was recently given the task to generate some API documentation for all of the code on a project I was working on (11 different projects, 3 different solutions) so I began looking into what was available. I remember using NDoc with old 1.1 projects, but that project was apparently abandanded. Microsoft has an October [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/01/04/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS2005 Deployment Projects install new version with old version&#8217;s custom action assemblies</title>
		<link>http://www.jaxidian.org/update/2007/10/15/13/</link>
		<comments>http://www.jaxidian.org/update/2007/10/15/13/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 14:15:41 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[VS2005]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2007/10/15/13/</guid>
		<description><![CDATA[I&#8217;m working on a project where we use Deployment Projects to deploy our public application. We&#8217;re still in beta phase so we don&#8217;t have a huge number of releases under our belt yet but so far things have been going pretty well (well, at least since we&#8217;ve gotten past the initial hurdles in getting our [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2007/10/15/13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Deployment Projects on Vista &#8211; Error #2869</title>
		<link>http://www.jaxidian.org/update/2007/07/13/10/</link>
		<comments>http://www.jaxidian.org/update/2007/07/13/10/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 17:21:25 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[VS2005]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2007/07/13/10/</guid>
		<description><![CDATA[I found this blog posting that finally solved a problem that was by no means obvious to me! http://msmvps.com/blogs/kevinmcneish/archive/2007/05/09/fixing-the-cre&#8230;]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2007/07/13/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
