<?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>Andy Gibson &#187; .NET</title>
	<atom:link href="http://www.andy-gibson.co.uk/index.php/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andy-gibson.co.uk</link>
	<description>Code Monkey very simple man</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unit Testing With The ASP.NET Cache</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:52:21 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=348</guid>
		<description><![CDATA[I have been doing some Test-After Development unit testing on an ASP.NET MVC app and hit code that uses the cache through HttpContext.Current.Cache (I bet @serialseb would just love that!  ) which as you may know is a royal pain in the arse for getting at or mocking without a web server.

  Please [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Writing an ASP.NET MVC Blog while traveling home from DDD7</title>
		<link>http://www.andy-gibson.co.uk/index.php/2008/11/23/writing-an-aspnet-mvc-blog-while-traveling-home-from-ddd7/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2008/11/23/writing-an-aspnet-mvc-blog-while-traveling-home-from-ddd7/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 11:41:10 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.gearsoft.co.uk/blog/?p=102</guid>
		<description><![CDATA[Well, I was going to be writing up a review of DDD7 but after seeking out a good 3 column layout that I actually liked for WordPress last night (and failing) I have decided to take a new course of action.
I have been wanting to write a blog with ASP.NET MVC for quite some time, [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2008/11/23/writing-an-aspnet-mvc-blog-while-traveling-home-from-ddd7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Storing Lambda Expressions in C#</title>
		<link>http://www.andy-gibson.co.uk/index.php/2008/11/05/storing-lambda-expressions-in-c/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2008/11/05/storing-lambda-expressions-in-c/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 01:56:31 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.gearsoft.co.uk/blog/?p=63</guid>
		<description><![CDATA[C# 3.0 added lambdas to the language syntax. I wont go into details as to what those are as there is pleanty of information on the web, what I will show is how you can assign a lambda to a variable for later use.
I do a lot of work with LINQ and the Entity Framework [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2008/11/05/storing-lambda-expressions-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
