<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Tue, 14 Feb 2012 08:00:32 GMT--><?xml-stylesheet type="text/css" href="/universal/styles/feed.css"?><rss version="2.0"><channel><title>KevinRohrbaugh.com - Comments</title><link>http://www.kevinrohrbaugh.com/blog/</link><description>Web Development, IT and Stuff</description><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</generator><item><title>Rod comments on VMware ESXi Is Awesome (and Free)</title><author>Rod</author><pubDate>Tue, 18 Oct 2011 11:57:47 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2010/3/2/vmware-esxi-is-awesome-and-free.html#comments</link><guid isPermaLink="false">339766:3590301:comment/15378640</guid><description><![CDATA[<p>Thanks for sharing your experience.<br/>I have ordered the same server with similar configuration from DELL to use as a esx lab environment.</p>]]></description></item><item><title>Raghu comments on Getting Started with Git on Windows</title><author>Raghu</author><pubDate>Tue, 13 Sep 2011 11:08:43 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/1/getting-started-with-git-on-windows.html#comments</link><guid isPermaLink="false">339766:3590301:comment/15036183</guid><description><![CDATA[<p>Hi, I am a windows and .net developer just like yourself, who wanted to get started with Git. The links in you post were really useful. Thanks for that. Cheers.</p>]]></description></item><item><title>Kevin Rohrbaugh comments on Anonymous Types in ASP.NET MVC</title><author>Kevin Rohrbaugh</author><pubDate>Thu, 06 Jan 2011 22:06:51 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/14/anonymous-types-in-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/11060415</guid><description><![CDATA[<p>@Diogo:</p><p>I just did this using .NET Reflector. Once you load the DLLs within Reflector, it should be able to show you the code. Within the post, I outlined how to do this for ASP.NET MVC 1.0, including where the files should exist on your machine.</p><p>Hope that helps.</p>]]></description></item><item><title>Diogo comments on Anonymous Types in ASP.NET MVC</title><author>Diogo</author><pubDate>Thu, 06 Jan 2011 16:52:27 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/14/anonymous-types-in-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/11058374</guid><description><![CDATA[<p>Excellent post, cheers! I&#39;m just wondering how you get to the source code of the AddValues method, .net reflector won&#39;t show it and based on a quick research it can&#39;t. Thanks.</p>]]></description></item><item><title>web designing comments on Demystifying the ASP.NET MVC Project Type</title><author>web designing</author><pubDate>Wed, 08 Dec 2010 10:38:58 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/7/17/demystifying-the-aspnet-mvc-project-type.html#comments</link><guid isPermaLink="false">339766:3590301:comment/10770210</guid><description><![CDATA[<p>Great post! &quot;MVC the root&quot; section was an eye-opener - Thanks</p>]]></description></item><item><title>Craig comments on Demystifying the ASP.NET MVC Project Type</title><author>Craig</author><pubDate>Fri, 03 Dec 2010 00:28:50 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/7/17/demystifying-the-aspnet-mvc-project-type.html#comments</link><guid isPermaLink="false">339766:3590301:comment/10710314</guid><description><![CDATA[<p>Thanks - I was missing the web.config file in my Views folder - your article helped.</p>]]></description></item><item><title>Magento Developer comments on Using Ninject 2 with ASP.NET MVC</title><author>Magento Developer</author><pubDate>Sat, 30 Oct 2010 09:51:56 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/7/using-ninject-2-with-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/10364650</guid><description><![CDATA[<p>It is really good.</p><p>Thanks</p>]]></description></item><item><title>Magento Developer comments on Using Ninject 2 with ASP.NET MVC</title><author>Magento Developer</author><pubDate>Fri, 29 Oct 2010 06:41:05 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/7/using-ninject-2-with-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/10347831</guid><description><![CDATA[<p>Nice creation.</p><p>Thanks for information</p>]]></description></item><item><title>Magento Development comments on Using Ninject 2 with ASP.NET MVC</title><author>Magento Development</author><pubDate>Fri, 22 Oct 2010 13:21:21 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/7/using-ninject-2-with-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/10260533</guid><description><![CDATA[<p>Nice post.<br/>It is useful and informative.<br/>Thanks for sharing such a great informative post....</p><p><a href="http://www.magentodevelopmentindia.com/" rel="nofollow">Magento Development</a></p>]]></description></item><item><title>Kevin Rohrbaugh comments on Using Ninject 2 with ASP.NET MVC</title><author>Kevin Rohrbaugh</author><pubDate>Fri, 27 Aug 2010 13:11:47 +0000</pubDate><link>http://www.kevinrohrbaugh.com/blog/2009/8/7/using-ninject-2-with-aspnet-mvc.html#comments</link><guid isPermaLink="false">339766:3590301:comment/9532474</guid><description><![CDATA[<p>@dustkicka</p><p>One of the main reasons for adopting dependency injection into your application is to promote separation of concerns. This allows you to decouple objects from their dependencies and should make it simpler to test classes independently. </p><p>In other words, I typically don&#39;t use IoC tools (like Ninject) in unit tests, but instead instantiate objects under test with stubs or mocks for dependencies. This allows me to test the single class I&#39;m interested in without its dependencies, making it more likely that I&#39;m building tests that are only concerned with the functionality being tested.</p><p>For integration tests, it can be necessary to spin up Ninject, which is why it&#39;s good to keep your modules separate (i.e., have  a module that loads only data-layer bindings) so that you can test the various layers of your application in separation. </p><p>For actual examples, you may find some interesting stuff in the <a href="http://github.com/ninject/ninject" rel="nofollow">Ninject source</a>, specifically in the <a href="http://github.com/ninject/ninject/tree/master/src/Ninject.Tests/" rel="nofollow">Ninject.Tests project</a>.</p>]]></description></item></channel></rss>
