<?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 on: Project-wide controller survey through reflection</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sat, 25 May 2013 16:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: drozzy</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1542</link>
		<dc:creator>drozzy</dc:creator>
		<pubDate>Tue, 26 May 2009 15:22:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1542</guid>
		<description>Just gota love the microsoft convention of naming obvious things in obvious ways:
Controller AccountController;

Why not go all the way and call a string for what it is? :-)
 String first_name_string;</description>
		<content:encoded><![CDATA[<p>Just gota love the microsoft convention of naming obvious things in obvious ways:<br />
Controller AccountController;</p>
<p>Why not go all the way and call a string for what it is? <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
 String first_name_string;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1541</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Fri, 15 May 2009 12:24:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1541</guid>
		<description>@Jeff

That&#039;s something I thought about...but since this code lives in an explicit unit test (my favorite sandbox), it&#039;s only a few keystrokes away inside VS.

@Depaulo

Oh yeah, we have another test that goes through our actions and finds &quot;bad&quot; ones.  You might be able to get that too with the Type.IsAbstract and doing another Where.</description>
		<content:encoded><![CDATA[<p>@Jeff</p>
<p>That&#8217;s something I thought about&#8230;but since this code lives in an explicit unit test (my favorite sandbox), it&#8217;s only a few keystrokes away inside VS.</p>
<p>@Depaulo</p>
<p>Oh yeah, we have another test that goes through our actions and finds &#8220;bad&#8221; ones.  You might be able to get that too with the Type.IsAbstract and doing another Where.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Depaulo</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1540</link>
		<dc:creator>Depaulo</dc:creator>
		<pubDate>Fri, 15 May 2009 09:31:58 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1540</guid>
		<description>Awesome! A problem we get sometimes is that when a domain class is made abstract, suddenly actions fail as the model binder can no longer instantiate the class. I have used your code here to create a test which runs through all our action method parameter types and try to instantiate them. Now we will never have the problem again! Hurrah!</description>
		<content:encoded><![CDATA[<p>Awesome! A problem we get sometimes is that when a domain class is made abstract, suddenly actions fail as the model binder can no longer instantiate the class. I have used your code here to create a test which runs through all our action method parameter types and try to instantiate them. Now we will never have the problem again! Hurrah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry Shutler</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1539</link>
		<dc:creator>Garry Shutler</dc:creator>
		<pubDate>Fri, 15 May 2009 07:41:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1539</guid>
		<description>I like it. What would be even cooler (haven&#039;t worked out in my head how you&#039;d achieve it) would be if you could generate the URL for each of the actions as well.</description>
		<content:encoded><![CDATA[<p>I like it. What would be even cooler (haven&#8217;t worked out in my head how you&#8217;d achieve it) would be if you could generate the URL for each of the actions as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Doolittle</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1538</link>
		<dc:creator>Jeff Doolittle</dc:creator>
		<pubDate>Fri, 15 May 2009 05:46:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1538</guid>
		<description>Might be worth taking a look at NDepend.</description>
		<content:encoded><![CDATA[<p>Might be worth taking a look at NDepend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Scott</title>
		<link>http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/#comment-1537</link>
		<dc:creator>Rob Scott</dc:creator>
		<pubDate>Fri, 15 May 2009 03:08:27 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx#comment-1537</guid>
		<description>Nice.</description>
		<content:encoded><![CDATA[<p>Nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
