ASP.NET MVC projects comply with naming conventions for folders, models, views, and controllers. For other code (e.g. Action Filters, Delegating Handlers, etc.) Is there a best practice as to where to find them in the project folder structure?
source
share