<?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>GrantPalin.com &#187; .NET</title>
	<atom:link href="http://grantpalin.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://grantpalin.com</link>
	<description>Code, photos, books, and anything else</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:44:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Using the new NCover</title>
		<link>http://grantpalin.com/2010/06/21/using-the-new-ncover/</link>
		<comments>http://grantpalin.com/2010/06/21/using-the-new-ncover/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:50:52 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NCover]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=2020</guid>
		<description><![CDATA[Explains why the current NCover is worth purchasing and using over the old free version. Shows how to use the GUI as well as the console interfaces. Also includes a tip on a time-limited NCover discount!]]></description>
		<wfw:commentRss>http://grantpalin.com/2010/06/21/using-the-new-ncover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NUnit for .NET 4</title>
		<link>http://grantpalin.com/2010/06/04/nunit-for-net-4/</link>
		<comments>http://grantpalin.com/2010/06/04/nunit-for-net-4/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 05:38:10 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NUnit]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1965</guid>
		<description><![CDATA[This is partly for my future reference, and partly to share the details. If you're reading this, you'll likely know that .NET 4 was released almost two months ago. I've recently been upgrading my projects to the new framework, and hit a snag with running post-build unit tests via NUnit.]]></description>
		<wfw:commentRss>http://grantpalin.com/2010/06/04/nunit-for-net-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reducing Code Coupling – Inversion of Control</title>
		<link>http://grantpalin.com/2010/01/15/reducing-code-coupling-inversion-of-control/</link>
		<comments>http://grantpalin.com/2010/01/15/reducing-code-coupling-inversion-of-control/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:03:56 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IoC]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1743</guid>
		<description><![CDATA[This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern.]]></description>
		<wfw:commentRss>http://grantpalin.com/2010/01/15/reducing-code-coupling-inversion-of-control/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>.NET Projects: Generating Documentation with Sandcastle</title>
		<link>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/</link>
		<comments>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 04:29:33 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>
		<category><![CDATA[Sandcastle]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1719</guid>
		<description><![CDATA[This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process.]]></description>
		<wfw:commentRss>http://grantpalin.com/2010/01/10/net-projects-generating-documentation-with-sandcastle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.NET Projects: Packaging Your Build</title>
		<link>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/</link>
		<comments>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:18:39 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1601</guid>
		<description><![CDATA[Provides a description of packaging build artifacts in a Zip file using NAnt's built in functionality. Includes code for a task to do the job.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/11/18/net-projects-packaging-your-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revisiting NAnt for Builds</title>
		<link>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/</link>
		<comments>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:09:15 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1590</guid>
		<description><![CDATA[This is a look at how one coder's standard NAnt build file for .NET projects has evolved. In this post, a new standard buildfile will be shown, including a number of useful and commonly-used tasks.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/11/15/revisiting-nant-for-builds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The Art of Unit Testing</title>
		<link>http://grantpalin.com/2009/10/31/review-the-art-of-unit-testing/</link>
		<comments>http://grantpalin.com/2009/10/31/review-the-art-of-unit-testing/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 01:50:35 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1542</guid>
		<description><![CDATA[A well-written book that takes novice or intermediate unit-testers to a higher level.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/10/31/review-the-art-of-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Beta 2</title>
		<link>http://grantpalin.com/2009/10/19/visual-studio-2010-beta-2/</link>
		<comments>http://grantpalin.com/2009/10/19/visual-studio-2010-beta-2/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:56:21 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1478</guid>
		<description><![CDATA[The news has been broken: a new beta of Visual Studio 2010 has become available for MSDN subscribers, and will be available for download by the wider public later this week. I am in the latter group, so must wait a while longer! I think I will prepare a virtual machine to install the beta [...]]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/10/19/visual-studio-2010-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing Code Coupling &#8211; Dependency Injection</title>
		<link>http://grantpalin.com/2009/10/14/reducing-code-coupling-dependency-injection/</link>
		<comments>http://grantpalin.com/2009/10/14/reducing-code-coupling-dependency-injection/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 22:54:19 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1461</guid>
		<description><![CDATA[Introduction Previously, I talked a bit about the nature of coupling in code, and the general preference to keep coupling loose where possible. I then showed one way to reduce coupling by using a service locator. There are multiple techniques to reduce coupling &#8211; the service locator is one. In this article, I&#8217;ll be illustrating [...]]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/10/14/reducing-code-coupling-dependency-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing Code Coupling &#8211; Service Locator</title>
		<link>http://grantpalin.com/2009/06/11/reducing-code-coupling-service-locator/</link>
		<comments>http://grantpalin.com/2009/06/11/reducing-code-coupling-service-locator/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 05:27:12 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://grantpalin.com/?p=1351</guid>
		<description><![CDATA[The second part of a series that shows how to reduce code coupling. This part discusses the Service Locator.]]></description>
		<wfw:commentRss>http://grantpalin.com/2009/06/11/reducing-code-coupling-service-locator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
