<?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 Arrange Act Assert</title> <atom:link href="http://www.arrangeactassert.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.arrangeactassert.com</link> <description>Jag Reehal on Agile Development, ASP.NET MVC and all manner of good stuff</description> <lastBuildDate>Sun, 29 Jan 2012 22:29:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Comment on When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views by Wiebe Tijsma</title><link>http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/#comment-318</link> <dc:creator>Wiebe Tijsma</dc:creator> <pubDate>Sun, 29 Jan 2012 22:29:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1402#comment-318</guid> <description>Hi, thanks for the article... Maybe a bit late, but what&#039;s good to mention here is that one of the nice side effects of going through the entire ASP.NET MVC stack with RenderAction is that action filters like OutputCache are also working, giving you an easy way to cache parts of your page...</description> <content:encoded><![CDATA[<p>Hi, thanks for the article&#8230; Maybe a bit late, but what&#8217;s good to mention here is that one of the nice side effects of going through the entire ASP.NET MVC stack with RenderAction is that action filters like OutputCache are also working, giving you an easy way to cache parts of your page&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views by Anonymous</title><link>http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/#comment-317</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 25 Jan 2012 16:21:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1402#comment-317</guid> <description>Hi Leon,Your code looks OK and I’ve called RenderAction from a layout page with out problems.Without looking at more of your code it’s difficult what the problem could be.Have you tried breaking the problem down?  E.g. starting with the view for the menu controller returning something simple like some text and without a layout page.If that works then start adding back in components to find what breaks it.Cheers,Jag</description> <content:encoded><![CDATA[<p>Hi Leon,</p><p>Your code looks OK and I’ve called RenderAction from a layout page with out problems.</p><p>Without looking at more of your code it’s difficult what the problem could be.</p><p>Have you tried breaking the problem down?  E.g. starting with the view for the menu controller returning something simple like some text and without a layout page.</p><p>If that works then start adding back in components to find what breaks it.</p><p>Cheers,</p><p>Jag</p> ]]></content:encoded> </item> <item><title>Comment on When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views by Leon</title><link>http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/#comment-316</link> <dc:creator>Leon</dc:creator> <pubDate>Wed, 25 Jan 2012 15:18:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1402#comment-316</guid> <description>Thanks for your article. It is over a year old, but I hope you are still responding to comments on it. I am new to MVC and I am using version 3. In your example, in the layout page line that contains Html.RenderAction(&#039;Show&quot;, &quot;Category&quot;) , where is the &quot;Show&quot; action located?  I am trying to implement a menu of dropdowns that will render via the layout regardless of the View in the &quot;content&quot; area (RenderBody()).  I have tried the default Index action in a specific MenuController as well as actions in the HomeController. Below is the Index action in the MenuController:            Menu Example   
            @{Html.RenderAction(&quot;Index&quot;, &quot;MenuController&quot;);}   
            @RenderBody()   
            This is the footer   But, no matter what controlller or action I use I am getting:{&quot;Execution of the child request failed. Please examine the InnerException for more information.&quot;}I am not getting enough information in other posts related to this error because no one in the posts is trying t do this that way I am.   What am I doing wrong?</description> <content:encoded><![CDATA[<p>Thanks for your article. It is over a year old, but I hope you are still responding to comments on it.</p><p> I am new to MVC and I am using version 3. In your example, in the layout page line that contains Html.RenderAction(&#8216;Show&#8221;, &#8220;Category&#8221;) , where is the &#8220;Show&#8221; action located?  I am trying to implement a menu of dropdowns that will render via the layout regardless of the View in the &#8220;content&#8221; area (RenderBody()).  I have tried the default Index action in a specific MenuController as well as actions in the HomeController. Below is the Index action in the MenuController:</p><p>            Menu Example   <br
/>             @{Html.RenderAction(&#8220;Index&#8221;, &#8220;MenuController&#8221;);}   <br
/>             @RenderBody()   <br
/>             This is the footer   </p><p>But, no matter what controlller or action I use I am getting:</p><p>{&#8220;Execution of the child request failed. Please examine the InnerException for more information.&#8221;}</p><p>I am not getting enough information in other posts related to this error because no one in the posts is trying t do this that way I am.   What am I doing wrong?</p> ]]></content:encoded> </item> <item><title>Comment on How to use a DesignInstance to populate controls with design time data in Silverlight and WPF by Braincube</title><link>http://www.arrangeactassert.com/how-to-use-a-designinstance-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/#comment-314</link> <dc:creator>Braincube</dc:creator> <pubDate>Thu, 12 Jan 2012 13:30:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1185#comment-314</guid> <description>Thanks. You save my day!</description> <content:encoded><![CDATA[<p>Thanks. You save my day!</p> ]]></content:encoded> </item> <item><title>Comment on When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views by Jon Swoveland</title><link>http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/#comment-309</link> <dc:creator>Jon Swoveland</dc:creator> <pubDate>Wed, 14 Dec 2011 03:45:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1402#comment-309</guid> <description>Thank you!!! I&#039;m just starting out with MVC this was the first article I&#039;ve found that clearly discusses the subject or RenderPartial vs RenderAction - it&#039;s like a fog has lifted!
Cheers</description> <content:encoded><![CDATA[<p>Thank you!!! I&#8217;m just starting out with MVC this was the first article I&#8217;ve found that clearly discusses the subject or RenderPartial vs RenderAction &#8211; it&#8217;s like a fog has lifted!<br
/> Cheers</p> ]]></content:encoded> </item> <item><title>Comment on When to use Html.RenderPartial and Html.RenderAction in ASP.NET MVC Razor Views by Dan</title><link>http://www.arrangeactassert.com/when-to-use-html-renderpartial-and-html-renderaction-in-asp-net-mvc-razor-views/#comment-307</link> <dc:creator>Dan</dc:creator> <pubDate>Fri, 02 Dec 2011 15:14:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1402#comment-307</guid> <description>This really solves my problem with passing drop down list data with every view, i was doing the same thing by putting the list of data in every view model class.  </description> <content:encoded><![CDATA[<p>This really solves my problem with passing drop down list data with every view, i was doing the same thing by putting the list of data in every view model class. </p> ]]></content:encoded> </item> <item><title>Comment on How to use DesignData to populate controls with design time data in Silverlight and WPF by Simon</title><link>http://www.arrangeactassert.com/how-to-use-designdata-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/#comment-306</link> <dc:creator>Simon</dc:creator> <pubDate>Thu, 01 Dec 2011 11:19:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1217#comment-306</guid> <description>Hi Jag,Worked a treat. Much more understandable than the MSDN version</description> <content:encoded><![CDATA[<p>Hi Jag,</p><p>Worked a treat. Much more understandable than the MSDN version</p> ]]></content:encoded> </item> <item><title>Comment on Selling executable specifications to stakeholders, testers and developers by Anonymous</title><link>http://www.arrangeactassert.com/selling-executable-specifications-to-stakeholders-testers-and-developers/#comment-305</link> <dc:creator>Anonymous</dc:creator> <pubDate>Fri, 25 Nov 2011 08:43:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=2009#comment-305</guid> <description>Nikita,Thanks.I work in a team of four .Net/SQL developers and two testers.There were a few changes in developers during the project. By using scenarios new developers were able to get up to speed a lot quicker than just telling them to read the self-documenting code ;)Cheers,Jag</description> <content:encoded><![CDATA[<p>Nikita,</p><p>Thanks.</p><p>I work in a team of four .Net/SQL developers and two testers.</p><p>There were a few changes in developers during the project. By using scenarios new developers were able to get up to speed a lot quicker than just telling them to read the self-documenting code <img
src='http://www.arrangeactassert.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>Cheers,</p><p>Jag</p> ]]></content:encoded> </item> <item><title>Comment on Selling executable specifications to stakeholders, testers and developers by Nikita Pshenov</title><link>http://www.arrangeactassert.com/selling-executable-specifications-to-stakeholders-testers-and-developers/#comment-304</link> <dc:creator>Nikita Pshenov</dc:creator> <pubDate>Fri, 25 Nov 2011 06:42:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=2009#comment-304</guid> <description>Excellent article, thank you. How many people do you have on your team and are there different roles or everyone is an all-around-developer?</description> <content:encoded><![CDATA[<p>Excellent article, thank you. How many people do you have on your team and are there different roles or everyone is an all-around-developer?</p> ]]></content:encoded> </item> <item><title>Comment on Selling executable specifications to stakeholders, testers and developers by Anonymous</title><link>http://www.arrangeactassert.com/selling-executable-specifications-to-stakeholders-testers-and-developers/#comment-303</link> <dc:creator>Anonymous</dc:creator> <pubDate>Thu, 24 Nov 2011 22:10:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=2009#comment-303</guid> <description>Hi Yevhen,We used Specflow (http://specflow.org/).Cheers,Jag</description> <content:encoded><![CDATA[<p>Hi Yevhen,</p><p>We used Specflow (<a
href="http://specflow.org/" rel="nofollow">http://specflow.org/</a>).</p><p>Cheers,</p><p>Jag</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.arrangeactassert.com @ 2012-02-23 08:32:20 by W3 Total Cache -->
