<?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: ASP.NET MVC Wish List</title>
	<atom:link href="http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Tue, 07 Sep 2010 10:31:03 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html/comment-page-1#comment-4058</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html#comment-4058</guid>
		<description>Hi Mark,

I wish I could help, but unfortunately, I never got back to this aspect of the project.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I wish I could help, but unfortunately, I never got back to this aspect of the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html/comment-page-1#comment-4057</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html#comment-4057</guid>
		<description>Joel

Did you get any where with point 2? I&#039;m trying to do something very similar at the moment and can&#039;t work out where i should be putting this or how to fit it in.

Thanks</description>
		<content:encoded><![CDATA[<p>Joel</p>
<p>Did you get any where with point 2? I&#8217;m trying to do something very similar at the moment and can&#8217;t work out where i should be putting this or how to fit it in.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html/comment-page-1#comment-56</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 11 Mar 2008 20:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html#comment-56</guid>
		<description>Great Scott (bet you hear that a lot!) I&#039;ll look into it shortly.  

It sounds like this approach would be specific to the Action methods though, is that correct?  By that I mean you would have to add the attribute to every Action method you wanted to fire the event.  If so, I was thinking of a more Controller-global version of the same concept.  Actually, I was thinking of it being highly simplified, like using a partial method rather than deriving a class. I&#039;ll know more once I experiment with it some.</description>
		<content:encoded><![CDATA[<p>Great Scott (bet you hear that a lot!) I&#8217;ll look into it shortly.  </p>
<p>It sounds like this approach would be specific to the Action methods though, is that correct?  By that I mean you would have to add the attribute to every Action method you wanted to fire the event.  If so, I was thinking of a more Controller-global version of the same concept.  Actually, I was thinking of it being highly simplified, like using a partial method rather than deriving a class. I&#8217;ll know more once I experiment with it some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanselman</title>
		<link>http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html/comment-page-1#comment-55</link>
		<dc:creator>shanselman</dc:creator>
		<pubDate>Tue, 11 Mar 2008 19:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/aspnet-mvc/aspnet-mvc-wish-list.html#comment-55</guid>
		<description>There is the concept of the ActionFilterAttribute that will give you the pre- and post- behavior you want. You can derive a class, add stuff to it&#039;s OnExecuting and OnExecuted methods and then decorate your Controller Actions with the attribute and they will fire.</description>
		<content:encoded><![CDATA[<p>There is the concept of the ActionFilterAttribute that will give you the pre- and post- behavior you want. You can derive a class, add stuff to it&#8217;s OnExecuting and OnExecuted methods and then decorate your Controller Actions with the attribute and they will fire.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
