<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using NUnit with MonoDevelop</title>
	<atom:link href="http://www.dijksterhuis.org/using-nunit-with-monodevelop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/using-nunit-with-monodevelop/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leblanc meneses</title>
		<link>http://www.dijksterhuis.org/using-nunit-with-monodevelop/comment-page-1/#comment-1175</link>
		<dc:creator>leblanc meneses</dc:creator>
		<pubDate>Tue, 11 Aug 2009 03:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=403#comment-1175</guid>
		<description>mono 

in regards to your sample I would have done the following:
IAccountRepository
 void Deposit(Account a, Decimal total);
 void Withdraw(Account a, Decimal total);
 void Balance(Account a);
 void TransferFunds(Account source, Account destination, Decimal amount);

concrete providers would be:
PgAccountRepository
MySqlAccountRepository

ect.
http://www.robusthaven.com</description>
		<content:encoded><![CDATA[<p>mono </p>
<p>in regards to your sample I would have done the following:<br />
IAccountRepository<br />
 void Deposit(Account a, Decimal total);<br />
 void Withdraw(Account a, Decimal total);<br />
 void Balance(Account a);<br />
 void TransferFunds(Account source, Account destination, Decimal amount);</p>
<p>concrete providers would be:<br />
PgAccountRepository<br />
MySqlAccountRepository</p>
<p>ect.<br />
<a href="http://www.robusthaven.com" >http://www.robusthaven.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danieru</title>
		<link>http://www.dijksterhuis.org/using-nunit-with-monodevelop/comment-page-1/#comment-748</link>
		<dc:creator>danieru</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=403#comment-748</guid>
		<description>short and sweet, thanks man!</description>
		<content:encoded><![CDATA[<p>short and sweet, thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbu</title>
		<link>http://www.dijksterhuis.org/using-nunit-with-monodevelop/comment-page-1/#comment-261</link>
		<dc:creator>jbu</dc:creator>
		<pubDate>Sat, 24 Jan 2009 07:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=403#comment-261</guid>
		<description>Thanks so much for posting this.  Though if I found this maybe 2 hours earlier I would&#039;ve saved myself ... 2 hours.</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this.  Though if I found this maybe 2 hours earlier I would&#8217;ve saved myself &#8230; 2 hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raluxgaza</title>
		<link>http://www.dijksterhuis.org/using-nunit-with-monodevelop/comment-page-1/#comment-236</link>
		<dc:creator>Raluxgaza</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=403#comment-236</guid>
		<description>Clean and straight to the point. Cheers fella.</description>
		<content:encoded><![CDATA[<p>Clean and straight to the point. Cheers fella.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
