ASP.NET MVC Action Filters
Code
Plex
Open Source Community
Register
|
Sign In
|
CodePlex Home
Home
Downloads
Documentation
Discussions
Issue Tracker
Source Code
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Reviews
Source Code
Wiki & Documentation
RSS
By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored.
View All Comments
|
Print View
|
Page Info
|
Change History (all pages)
Home
Project Description
Creating a common library with ASP.NET MVC Action Filters.
An action filter is an attribute you can slap on an action method in order to run some code before and after the action method executes. Typically, an action filter represents a cross-cutting concern to your action method. Output caching is a good example of a cross-cutting concern.
On the web you'll be able to find dozen of ASP.NET MVC Action Filters. Most of them are outdated and developed for pre-builds of ASP.NET MVC. Therefore you find here an actual library of action filters which are partly developed and partly take over from the web (each one which is taken will be referenced in the documentation).
Actually it's still under development and researches of action filters. I intend to support MVC Action Filters for following scenarios:
Planned Action Filters
Action filter for creating easy REST API with JSON and XML
Action filter for logging scenarios
Action filter for microsoft health monitoring
Action filter for client caching
Action filter for client compression
Action filter for server caching
Action filter for controller execution time measurement
Sources
some links to sources i started to takeover available action filters:
1)
http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/
2)
http://weblogs.asp.net/omarzabir/archive/2008/10/03/create-rest-api-using-asp-net-mvc-that-speaks-both-json-and-plain-xml.aspx
3)
http://www.alexthissen.nl/blogs/main/archive/2008/07/01/health-monitoring-action-filter-for-asp-net-mvc.aspx
4)
http://www.codeproject.com/KB/web-cache/mvcresultcache.aspx
5)
http://www.singingeels.com/Articles/Logging_with_ASPNET_MVC_Action_Filters.aspx
6)
http://kigg.codeplex.com
7)
http://www.iansuttle.com/blog/post/ASPNET-MVC-Action-Filter-for-Localized-Sites.aspx
Release
first release is planned for may 10th 2009
Contribute
ASP.NET MVC Action Filters is provided as open source and free software (as per Open Source Definition and under LGPL) for two principal reasons. First, an open source community provides a way for individuals and companies to collaborate on projects that none could achieve on their own. Second, the open source model has the technical advantage of turning users into potential co-developers. With source code readily available, users can help debug quickly and promote rapid code enhancements. In short, you are encouraged and invited to contribute!
You don't have to necessarily contribute in the form of code submissions only. Contributions are appreciated and needed in any of the following forms:
Help diagnose and report problems
Suggest fixes or send in your patches
Improve the code
Help with unit and end-to-end testing
Provide peer support on mailing lists, forums or newsgroups.
Last edited
May 2 2009 at 8:54 AM
by
ronischuetz
, version 11
16 people
are following this project (
follow
)
There is no current recommended release for this Project.
Activity
7
7
30
30
All
All
days
Page Views
63
Visits
50
Downloads
2
Application Runs
N/A
View Detailed Stats
Updating...
© 2006-2012 Microsoft
|
Get Help
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
Advertise With Us
|
Version 2012.1.11.18365