<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for FrankMao.com</title>
	<atom:link href="http://frankmao.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankmao.com</link>
	<description>IOC(SM):MOC(RM):TDD(NU):SCC(TFS):ORM(L2S):JSL(Jq):CIS(CC)</description>
	<lastBuildDate>Tue, 21 Feb 2012 22:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on My NServiceBus demo by NServiceBus Gotcha - NServiceBus.Host.exe Can’t Locate IConfigureThisEndpoint - sfeldman.NET</title>
		<link>http://frankmao.com/2010/10/08/my-nservicebus-demo/#comment-1058</link>
		<dc:creator><![CDATA[NServiceBus Gotcha - NServiceBus.Host.exe Can’t Locate IConfigureThisEndpoint - sfeldman.NET]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 22:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1109#comment-1058</guid>
		<description><![CDATA[[...] of IConfigureThisEndpoint, same .NET version, and everything was packaged. Then I found this post, which helped a lot – I had to explicitly tell NSB what type implements IConfigureThisEndpoint. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] of IConfigureThisEndpoint, same .NET version, and everything was packaged. Then I found this post, which helped a lot – I had to explicitly tell NSB what type implements IConfigureThisEndpoint. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can not open chm file from network drive by ThomasAnderson</title>
		<link>http://frankmao.com/2007/10/04/can-not-open-chm-file-from-network-drive/#comment-1049</link>
		<dc:creator><![CDATA[ThomasAnderson]]></dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/04/can-not-open-chm-file-from-network-drive/#comment-1049</guid>
		<description><![CDATA[yes ! thanks !]]></description>
		<content:encoded><![CDATA[<p>yes ! thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JUnit in CC.Net by Aaron</title>
		<link>http://frankmao.com/2008/04/17/junit-in-ccnet/#comment-1043</link>
		<dc:creator><![CDATA[Aaron]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 07:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/?p=107#comment-1043</guid>
		<description><![CDATA[Hi Frank,

Are there any news on this topic? For example: support for JUnit 4? 
How about coverage reports for junit tests? Do you have some info on that?

Thanks,
Aaron]]></description>
		<content:encoded><![CDATA[<p>Hi Frank,</p>
<p>Are there any news on this topic? For example: support for JUnit 4?<br />
How about coverage reports for junit tests? Do you have some info on that?</p>
<p>Thanks,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My 1st iOS app is on AppStore now by Frank Mao</title>
		<link>http://frankmao.com/2011/07/08/my-1st-ios-app-is-on-appstore-now/#comment-1034</link>
		<dc:creator><![CDATA[Frank Mao]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 02:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1435#comment-1034</guid>
		<description><![CDATA[Even the screen is &#039;locked&#039; by game timer, you can still be able to delete app. It&#039;s very hard, but can be done. Do it fast in the intervals of alert popup.]]></description>
		<content:encoded><![CDATA[<p>Even the screen is &#8216;locked&#8217; by game timer, you can still be able to delete app. It&#8217;s very hard, but can be done. Do it fast in the intervals of alert popup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My 1st iOS app is on AppStore now by Kim</title>
		<link>http://frankmao.com/2011/07/08/my-1st-ios-app-is-on-appstore-now/#comment-1033</link>
		<dc:creator><![CDATA[Kim]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 01:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1435#comment-1033</guid>
		<description><![CDATA[I do not remember my password and can not unlock the timer. Please help.]]></description>
		<content:encoded><![CDATA[<p>I do not remember my password and can not unlock the timer. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make method parameter strongly typed without if/switch by Frank Mao</title>
		<link>http://frankmao.com/2011/12/16/make-method-parameter-strongly-typed-without-ifswitch/#comment-1021</link>
		<dc:creator><![CDATA[Frank Mao]]></dc:creator>
		<pubDate>Thu, 22 Dec 2011 15:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1573#comment-1021</guid>
		<description><![CDATA[This was my original plan actually. I realize this dictionary must sit somewhere outside of the ReportFormat class in which I really want encapsulate the mapping data. Basically both solution are almost same, while non-dictionary one is more maintainable, I think.]]></description>
		<content:encoded><![CDATA[<p>This was my original plan actually. I realize this dictionary must sit somewhere outside of the ReportFormat class in which I really want encapsulate the mapping data. Basically both solution are almost same, while non-dictionary one is more maintainable, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make method parameter strongly typed without if/switch by Anon</title>
		<link>http://frankmao.com/2011/12/16/make-method-parameter-strongly-typed-without-ifswitch/#comment-1020</link>
		<dc:creator><![CDATA[Anon]]></dc:creator>
		<pubDate>Thu, 22 Dec 2011 06:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1573#comment-1020</guid>
		<description><![CDATA[How about using 
Dictionary _reportType = new Dictionary
{
  { ReportType.PDF, &quot;PDF&quot; },
  //...
}
instead of those &quot;if else&quot;&#039;s]]></description>
		<content:encoded><![CDATA[<p>How about using<br />
Dictionary _reportType = new Dictionary<br />
{<br />
  { ReportType.PDF, &#8220;PDF&#8221; },<br />
  //&#8230;<br />
}<br />
instead of those &#8220;if else&#8221;&#8216;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make method parameter strongly typed without if/switch by Frank Mao</title>
		<link>http://frankmao.com/2011/12/16/make-method-parameter-strongly-typed-without-ifswitch/#comment-1019</link>
		<dc:creator><![CDATA[Frank Mao]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 20:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1573#comment-1019</guid>
		<description><![CDATA[Never heard it, but I think it&#039;s a variation of Null object pattern.]]></description>
		<content:encoded><![CDATA[<p>Never heard it, but I think it&#8217;s a variation of Null object pattern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make method parameter strongly typed without if/switch by Pablo Ruiz</title>
		<link>http://frankmao.com/2011/12/16/make-method-parameter-strongly-typed-without-ifswitch/#comment-1017</link>
		<dc:creator><![CDATA[Pablo Ruiz]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 20:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://frankmao.com/?p=1573#comment-1017</guid>
		<description><![CDATA[WellKnownType]]></description>
		<content:encoded><![CDATA[<p>WellKnownType</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PBUnit/PowerUnit Quick Start by Clay Larabie</title>
		<link>http://frankmao.com/2008/02/05/pbunitpowerunit-quick-start/#comment-1002</link>
		<dc:creator><![CDATA[Clay Larabie]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/?p=77#comment-1002</guid>
		<description><![CDATA[Thanks for the response, I intended to leave a comment thanking you earlier. 

So thanks! Refactoring new code is easy, but introducing a unit testing framework into a legacy project that makes use of globals would be tricky and take a lot of work. 

Thanks also to Hugh who provided a possible solution to using globals. 

Regards,
Clay]]></description>
		<content:encoded><![CDATA[<p>Thanks for the response, I intended to leave a comment thanking you earlier. </p>
<p>So thanks! Refactoring new code is easy, but introducing a unit testing framework into a legacy project that makes use of globals would be tricky and take a lot of work. </p>
<p>Thanks also to Hugh who provided a possible solution to using globals. </p>
<p>Regards,<br />
Clay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

