<?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>dot net dave&#187;  &#8211; DS-76.com</title>
	<atom:link href="http://dotnetdave.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetdave.net</link>
	<description>Development, Testing and other random stuff</description>
	<lastBuildDate>Fri, 26 Jun 2009 08:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Copying files to another server &#8211; Teamcity &amp; NAnt</title>
		<link>http://dotnetdave.net/continuous-intergration/copying-files-server-teamcity-nant/</link>
		<comments>http://dotnetdave.net/continuous-intergration/copying-files-server-teamcity-nant/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 05:00:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Continuous Intergration]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://ds-76.com/?p=168</guid>
		<description><![CDATA[Due to the fact that if you run teamcity as a service then I has no visibility of mapped drives and the permissions nightmare that this opens the best way I have found to enable the publishing of a build to another server is this.]]></description>
		<wfw:commentRss>http://dotnetdave.net/continuous-intergration/copying-files-server-teamcity-nant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Google Chrome advert</title>
		<link>http://dotnetdave.net/random/google-chrome-ad-rocks/</link>
		<comments>http://dotnetdave.net/random/google-chrome-ad-rocks/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 10:56:46 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://ds-76.com/?p=158</guid>
		<description><![CDATA[Here is one for all you creative types. Goggle chrome ad is minimalist sexy.]]></description>
		<wfw:commentRss>http://dotnetdave.net/random/google-chrome-ad-rocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ninject &#8211; Dependancy Injection you dont want to fight with.</title>
		<link>http://dotnetdave.net/development/aspnet/ninject-dependancy-injection-dont-fight/</link>
		<comments>http://dotnetdave.net/development/aspnet/ninject-dependancy-injection-dont-fight/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 09:34:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://ds-76.com/?p=144</guid>
		<description><![CDATA[Decoupling your code with ninjas!!]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/ninject-dependancy-injection-dont-fight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LINQ and Joined Tables</title>
		<link>http://dotnetdave.net/development/aspnet/linq-joined-tables/</link>
		<comments>http://dotnetdave.net/development/aspnet/linq-joined-tables/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:50:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://ds-76.com/?p=104</guid>
		<description><![CDATA[I have had an introduction into the world of LINQ today.  I have been aware of LINQ for some time but today was the first day that I have had to use it to do some real world queries. ]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/linq-joined-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Queueing with the Smart Thread Pool &#8211; Update</title>
		<link>http://dotnetdave.net/development/aspnet/queueing-smart-thread-pool-update/</link>
		<comments>http://dotnetdave.net/development/aspnet/queueing-smart-thread-pool-update/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 12:00:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Queue]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=88</guid>
		<description><![CDATA[After posting this on the Smart Thread Pool (STP) I have created a small example on its usage in an ASP.Net MVC project.  Using a wrapper class that implements the singleton pattern I now have a way to use the STP to share a queue across all of the sites users.]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/queueing-smart-thread-pool-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.Net Background Queue with SmartThreadPool</title>
		<link>http://dotnetdave.net/development/aspnet/aspnet-background-queue-smartthreadpool/</link>
		<comments>http://dotnetdave.net/development/aspnet/aspnet-background-queue-smartthreadpool/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:30:14 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[Queue]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=65</guid>
		<description><![CDATA[While I was searching for a example of an C# Background Queue for asynchronous long running tasks in asp.net. I found this framework for managing a thread pool.]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/aspnet-background-queue-smartthreadpool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 reasons why well see a new iPhone this June</title>
		<link>http://dotnetdave.net/apple/iphone/10-reasons-why-well-see-a-new-iphone-this-june/</link>
		<comments>http://dotnetdave.net/apple/iphone/10-reasons-why-well-see-a-new-iphone-this-june/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:33:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=84</guid>
		<description><![CDATA[A quick and interesting one for all you iPhone lovers out there.]]></description>
		<wfw:commentRss>http://dotnetdave.net/apple/iphone/10-reasons-why-well-see-a-new-iphone-this-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.Net MVC Resources</title>
		<link>http://dotnetdave.net/development/aspnet/mvc/aspnet-mvc-recources/</link>
		<comments>http://dotnetdave.net/development/aspnet/mvc/aspnet-mvc-recources/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:30:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=68</guid>
		<description><![CDATA[I have created a list of resources for those of you that want to learn about the ASP.Net MVC framework.  I have watched the Mix 09 videos and I will update this post once I have watched the other MVC related vids.]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/mvc/aspnet-mvc-recources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ASP.Net and the Elastic Compute Cloud example</title>
		<link>http://dotnetdave.net/development/aspnet/aspnet-and-the-elastic-compute-cloud-example/</link>
		<comments>http://dotnetdave.net/development/aspnet/aspnet-and-the-elastic-compute-cloud-example/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 21:35:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Render Manager]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=54</guid>
		<description><![CDATA[For a project that  I am currently working on I have a requirement to use the Amazon Elastic Compute Cloud.  I have had some difficulty finding resources explaining how to interact with the cloud via ASP.Net.  I have tried two methods to get something basic up and running with success coming after a long night with the Red Bull. ]]></description>
		<wfw:commentRss>http://dotnetdave.net/development/aspnet/aspnet-and-the-elastic-compute-cloud-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you want to learn a new behaviour?</title>
		<link>http://dotnetdave.net/random/do-you-want-to-learn-a-new-behaviour/</link>
		<comments>http://dotnetdave.net/random/do-you-want-to-learn-a-new-behaviour/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:22:31 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ds-76.com/?p=33</guid>
		<description><![CDATA[Well not quite the topic I said I was going to blog about but in my search for a way to cement my new blogging habit I came across 21Tweets.  Using twitter to send reminders to members to practice  daily tasks for 21 days.]]></description>
		<wfw:commentRss>http://dotnetdave.net/random/do-you-want-to-learn-a-new-behaviour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
