ASP.Net MVC Preview 4 is coming!

Written by Jason on July 14, 2008

http://weblogs.asp.net/scottgu/archive/2008/07/14/asp-net-mvc-preview-4-release-part-1.aspx

Another exciting preview will be released very soon. It seems this release will have a few new things for authenticating users as well as Ajax support.

I also learned that PostSharp is not needed for what I was using it for. The framework has something called ActionFilterAttributes that basically do the same thing and more! By providing an ActionExecutingContext value when overriding OnActionExecuting you can now have all sorts of information about the controller and action that have been invoked.

Subscribe to my RSS feed

Leave a Comment

You must be logged in to post a comment.