<?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 for Agile at Work</title>
	<atom:link href="http://www.agileatwork.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agileatwork.com</link>
	<description>by Michael Valenty</description>
	<lastBuildDate>Thu, 15 Jul 2010 16:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Holy Trinity of Web 2.0 Application Monitoring by alhambra eidos</title>
		<link>http://www.agileatwork.com/the-holy-trinity-of-web-2-0-application-monitoring/comment-page-1/#comment-528</link>
		<dc:creator>alhambra eidos</dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=171#comment-528</guid>
		<description>Mister, and for C# .NET, any tools  about it ?? Thanks.</description>
		<content:encoded><![CDATA[<p>Mister, and for C# .NET, any tools  about it ?? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Mocking Unity Container Extension by Michael Valenty</title>
		<link>http://www.agileatwork.com/auto-mocking-unity-container-extension/comment-page-1/#comment-447</link>
		<dc:creator>Michael Valenty</dc:creator>
		<pubDate>Thu, 13 May 2010 04:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=119#comment-447</guid>
		<description>Paul,

I know it&#039;s weird that both mocking frameworks are referenced, but there is a reason. I prefer to use Moq in my unit tests because I like the fluent API. The problem is that Moq does not have an API to generate a mock from a runtime type, only compile-time types using generics. For example, with Moq I cannot do this:

&lt;code&gt;var mock = new Mock(theTypeToMock);&lt;/code&gt;

RhinoMocks however, does support this syntax so I use it under the hood in one spot. For my day-to-day unit tests, it&#039;s all Moq. I wrote this stuff about a year ago and it&#039;s possible that Moq now supports this in which case you could get rid of the dependency on RhinoMocks.</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>I know it&#8217;s weird that both mocking frameworks are referenced, but there is a reason. I prefer to use Moq in my unit tests because I like the fluent API. The problem is that Moq does not have an API to generate a mock from a runtime type, only compile-time types using generics. For example, with Moq I cannot do this:</p>
<p><code>var mock = new Mock(theTypeToMock);</code></p>
<p>RhinoMocks however, does support this syntax so I use it under the hood in one spot. For my day-to-day unit tests, it&#8217;s all Moq. I wrote this stuff about a year ago and it&#8217;s possible that Moq now supports this in which case you could get rid of the dependency on RhinoMocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Mocking Unity Container Extension by Paul</title>
		<link>http://www.agileatwork.com/auto-mocking-unity-container-extension/comment-page-1/#comment-446</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 13 May 2010 01:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=119#comment-446</guid>
		<description>Hi Michael

I&#039;m a bit confused about this blog post and the one it links to. They seem to jump between Moq and Rhino Mocks and the source code include references to both Moq and Rhino Mocks?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Michael</p>
<p>I&#8217;m a bit confused about this blog post and the one it links to. They seem to jump between Moq and Rhino Mocks and the source code include references to both Moq and Rhino Mocks?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where Does it Hurt? by Michael Valenty</title>
		<link>http://www.agileatwork.com/where-does-it-hurt/comment-page-1/#comment-436</link>
		<dc:creator>Michael Valenty</dc:creator>
		<pubDate>Sat, 01 May 2010 15:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=255#comment-436</guid>
		<description>I just downloaded the source code on another computer and I was able to unzip it and load the solution in Visual Studio 2008. Just in case, I re-compressed the file with a different zip util and uploaded it to another server! Try this link: &lt;a href=&quot;http://www.agileatwork.com/wp-content/uploads/2010/05/BrownBag2.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.agileatwork.com/wp-content/uploads/2010/05/BrownBag2.zip&lt;/a&gt;. Let me know if works.</description>
		<content:encoded><![CDATA[<p>I just downloaded the source code on another computer and I was able to unzip it and load the solution in Visual Studio 2008. Just in case, I re-compressed the file with a different zip util and uploaded it to another server! Try this link: <a href="http://www.agileatwork.com/wp-content/uploads/2010/05/BrownBag2.zip" rel="nofollow">http://www.agileatwork.com/wp-content/uploads/2010/05/BrownBag2.zip</a>. Let me know if works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where Does it Hurt? by Ajay</title>
		<link>http://www.agileatwork.com/where-does-it-hurt/comment-page-1/#comment-435</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Sat, 01 May 2010 14:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=255#comment-435</guid>
		<description>Great post. I tried to download the source code but it appears the zip file is corrupted. Can you post it again please?</description>
		<content:encoded><![CDATA[<p>Great post. I tried to download the source code but it appears the zip file is corrupted. Can you post it again please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Model Binder in ASP.NET MVC by Diego</title>
		<link>http://www.agileatwork.com/custom-model-binder-in-asp-net-mvc/comment-page-1/#comment-420</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 09 Apr 2010 23:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=298#comment-420</guid>
		<description>Could you please expose the code at your controller and your view model ?
I tried to do this, but i cant set to use the specific binder in an action. 
Thanks</description>
		<content:encoded><![CDATA[<p>Could you please expose the code at your controller and your view model ?<br />
I tried to do this, but i cant set to use the specific binder in an action.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integration Testing with NHibernate by Michael Valenty</title>
		<link>http://www.agileatwork.com/integration-testing-with-nhibernate/comment-page-1/#comment-359</link>
		<dc:creator>Michael Valenty</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=195#comment-359</guid>
		<description>I posted the code for the SessionDecorator, you can get it &lt;a href=&quot;http://www.agileatwork.com/wp-content/uploads/2010/03/SessionDecorator.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I posted the code for the SessionDecorator, you can get it <a href="http://www.agileatwork.com/wp-content/uploads/2010/03/SessionDecorator.zip" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integration Testing with NHibernate by Michael Valenty</title>
		<link>http://www.agileatwork.com/integration-testing-with-nhibernate/comment-page-1/#comment-358</link>
		<dc:creator>Michael Valenty</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=195#comment-358</guid>
		<description>It&#039;s a custom class. I just used Resharper to generate delegating members for the ISession interface since it&#039;s kind of a beast. I can post the source soon, I&#039;m at another computer right now...</description>
		<content:encoded><![CDATA[<p>It&#8217;s a custom class. I just used Resharper to generate delegating members for the ISession interface since it&#8217;s kind of a beast. I can post the source soon, I&#8217;m at another computer right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integration Testing with NHibernate by JC Grubbs</title>
		<link>http://www.agileatwork.com/integration-testing-with-nhibernate/comment-page-1/#comment-357</link>
		<dc:creator>JC Grubbs</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=195#comment-357</guid>
		<description>This looks like a really great solution.  However, I can&#039;t seem to locate the SessionDecorator base class anywhere.  What namespace does it live in?  Is it part of the NHibernate library or something custom that you&#039;ve written?</description>
		<content:encoded><![CDATA[<p>This looks like a really great solution.  However, I can&#8217;t seem to locate the SessionDecorator base class anywhere.  What namespace does it live in?  Is it part of the NHibernate library or something custom that you&#8217;ve written?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Interfaces (No Excuses!) by Kit.Venter</title>
		<link>http://www.agileatwork.com/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-interfaces-no-excuses/comment-page-1/#comment-341</link>
		<dc:creator>Kit.Venter</dc:creator>
		<pubDate>Fri, 19 Feb 2010 00:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.agileatwork.com/?p=354#comment-341</guid>
		<description>Hey Mike, thanks for posting this. I never thought about the fact that implementations are not necessarily  mutually exclusive of each other!

I think this distinction is quite important to note, and it is unfortunately not stressed enough in literature and education.</description>
		<content:encoded><![CDATA[<p>Hey Mike, thanks for posting this. I never thought about the fact that implementations are not necessarily  mutually exclusive of each other!</p>
<p>I think this distinction is quite important to note, and it is unfortunately not stressed enough in literature and education.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
