<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Garry Pilkington - All Comments</title><link>http://weblogs.asp.net/garrypilkington/default.aspx</link><description>&lt;br/&gt;Application Developer&lt;br/&gt;Liverpool, UK</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Multiple Strongly Typed Partial Views in MVC</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7249383</link><pubDate>Sun, 08 Nov 2009 20:33:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249383</guid><dc:creator>novajoe</dc:creator><description>&lt;p&gt;Awesome! Just what I was looking for. It's what I expected was the answer, but it's great to see an implementation.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249383" width="1" height="1"&gt;</description></item><item><title>re: Quickly reading technical articles and books</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/02/04/quickly-reading-technical-articles-and-books.aspx#7244901</link><pubDate>Mon, 02 Nov 2009 02:41:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244901</guid><dc:creator>googleSentmeHere.</dc:creator><description>&lt;p&gt;Thanks for the tips, will try and implement them.&lt;/p&gt;
&lt;p&gt;Although, I do have a degree in CS, I could never got myself to read technical books/research papers. I have always approached programming(mostly my assignments) as solving puzzles, and never cared to understand the nuances of the languages. But now that I am looking for jobs, with interviews extensively based on the different programing languages I am forced sit down and read crank up my knowledge of different languages. It's been really really tough. But, thanks again for sharing your thoughts on this issue, they make sense.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244901" width="1" height="1"&gt;</description></item><item><title>re: Multiple Strongly Typed Partial Views in MVC</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7243227</link><pubDate>Fri, 30 Oct 2009 12:38:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243227</guid><dc:creator>capgpilk</dc:creator><description>&lt;p&gt;@Neil - Thanks for that, looks a good resource.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243227" width="1" height="1"&gt;</description></item><item><title>re: Multiple Strongly Typed Partial Views in MVC</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7243174</link><pubDate>Fri, 30 Oct 2009 11:00:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243174</guid><dc:creator>Neil Kerkin</dc:creator><description>&lt;p&gt;@Garry - it may be a little old but Steve Sanderson's blog post is a great resource &lt;a rel="nofollow" target="_new" href="http://blog.codeville.net/2008/10/14/partial-requests-in-aspnet-mvc/"&gt;blog.codeville.net/.../partial-requests-in-aspnet-mvc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;He mentions in the comments (when discussing master pages) that view data can be populated using a common base controller or filter attributes (action filters) or any other way you like.&lt;/p&gt;
&lt;p&gt;I'll be interested to see what the official standpoint for this is in Asp.Net MVC 2 as it has been quite a contentious topic thus far.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243174" width="1" height="1"&gt;</description></item><item><title>re: Multiple Strongly Typed Partial Views in MVC</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7243118</link><pubDate>Fri, 30 Oct 2009 08:54:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243118</guid><dc:creator>capgpilk</dc:creator><description>&lt;p&gt;@Neil - This is the technique I am using on a current MVC application. As always there are multiple ways to do the same thing and it is only through practice that you find a technique you are happy with. As I learn more about MVC, I will perhaps find a better way like you suggest. Do you have any pointers to your suggestions?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243118" width="1" height="1"&gt;</description></item><item><title>re: Multiple Strongly Typed Partial Views in MVC</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7242828</link><pubDate>Thu, 29 Oct 2009 23:16:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7242828</guid><dc:creator>Neil Kerkin</dc:creator><description>&lt;p&gt;Sorry Garry, I don't like this approach as it will require Header header = DataRepository.GetHeader(id); to be repeated in multiple actions. There are plenty of better ways to pass around partial view data.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7242828" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 Multiple Strongly Typed Partial Views in MVC - Garry Pilkington         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/20/multiple-strongly-typed-partial-views-in-mvc.aspx#7242669</link><pubDate>Thu, 29 Oct 2009 18:01:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7242669</guid><dc:creator>Twitter Trackbacks for                 Multiple Strongly Typed Partial Views in MVC - Garry Pilkington         [asp.net]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multiple Strongly Typed Partial Views in MVC - Garry Pilkington &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7242669" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 Unit Testing Videos - Garry Pilkington         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/10/12/unit-testing-videos.aspx#7227963</link><pubDate>Mon, 12 Oct 2009 14:58:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7227963</guid><dc:creator>Twitter Trackbacks for                 Unit Testing Videos - Garry Pilkington         [asp.net]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Unit Testing Videos - Garry Pilkington &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7227963" width="1" height="1"&gt;</description></item><item><title>ASP.NET MVC Archived Blog Posts, Page 1</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/09/29/tempdata-and-dropdownlist-in-asp-net-mvc.aspx#7224509</link><pubDate>Wed, 07 Oct 2009 03:13:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7224509</guid><dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET MVC Archived Blog Posts, Page 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7224509" width="1" height="1"&gt;</description></item><item><title>re: Why I prefer c# over VB</title><link>http://weblogs.asp.net/garrypilkington/archive/2009/02/11/why-i-prefer-c-over-vb.aspx#7220385</link><pubDate>Wed, 30 Sep 2009 10:09:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7220385</guid><dc:creator>mange</dc:creator><description>&lt;p&gt;microsoft gives more attention to C#.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7220385" width="1" height="1"&gt;</description></item></channel></rss>