<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Creating a Controller</title><link>http://asp.net</link><pubDate>Sat, 04 Sep 2010 08:51:12 GMT</pubDate><generator>umbraco</generator><description>Comments for Creating a Controller</description><language>en</language><atom:link href="http://asp.net/rss/comments/27564" rel="self" type="application/rss+xml" /><item><title>Comment Posted by MDKimzey</title><link>http://asp.net/mvc/tutorials/older-versions/controllers-and-routing/creating-a-controller-cs</link><pubDate>Thu, 05 Aug 2010 12:55:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009764</guid><description><![CDATA[ <p>The &quot;magic suffix&quot; stuff in MVC really is bit obnoxious.  This level of abstraction means that developers only have control over the tip of the iceberg. </p><p></p><p>I think this leads to a great deal of head scratching.  It&#39;s good in one way - but it makes me extremely uncomfortable.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/MDKimzey.jpg?forceidenticon=false&amp;dt=635071198800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by MDKimzey</title><link>http://asp.net/mvc/tutorials/older-versions/controllers-and-routing/creating-a-controller-cs</link><pubDate>Thu, 05 Aug 2010 13:20:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009765</guid><description><![CDATA[ <p>For example:</p><p></p><p>&lt;li&gt;&lt;%: Html.ActionLink(&quot;Do Something&quot;, &quot;SomeFunction&quot;, &quot;Some&quot;)%&gt;&lt;/li&gt;</p><p></p><p>Would be far more understandable as:</p><p></p><p>&lt;li&gt;&lt;%: Html.ActionLink(&quot;Do Something&quot;, &quot;SomeFunction&quot;, &quot;SomeController&quot;)%&gt;&lt;/li&gt;</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/MDKimzey.jpg?forceidenticon=false&amp;dt=635071198800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mxmissile</title><link>http://asp.net/mvc/tutorials/older-versions/controllers-and-routing/creating-a-controller-cs</link><pubDate>Fri, 06 Aug 2010 12:50:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009776</guid><description><![CDATA[ <p>@MDKimzey That&#39;s why we have typed ActionLinks:</p><p></p><p>&lt;%: Html.ActionLink&lt;SomeController&gt;(x =&gt; x.SomeFuciont(),&quot;Do something&quot;)%&gt;</p><p></p><p>Magic strings must die.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mxmissile.jpg?forceidenticon=false&amp;dt=635071198800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by talktoanil</title><link>http://asp.net/mvc/tutorials/older-versions/controllers-and-routing/creating-a-controller-cs</link><pubDate>Sat, 04 Sep 2010 08:51:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010118</guid><description><![CDATA[ <p>lol...good one MDK and MXM</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/talktoanil.jpg?forceidenticon=false&amp;dt=635071198800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>