So, what else is new in MVC 3?MVC 3 now has a GlobalFilterCollection that is automatically populated with a HandleErrorAttribute. This default FilterAttribute brings with it a new way of handling errors in your web applications. In short, you can now handle errors inside of the MVC pipeline. What does that mean?This gives you direct …Read More
CodeSmith Insight is an Error Reporting and User Feedback Service, and it has added out of the box support for yet another framework: ASP.NET MVC 3 The New MVC3 Client Reporting your errors from an MVC3 web application is now easier than ever: Just reference the client assembly and add some configuration. Our MVC3 client …Read More
In MVC3 a GlobalFilterCollection has been added to the Application_Start. This allows you to register filters that will be applied to all controller actions in a single location. Also, MVC3 web applications now add an instance of HandleErrorAttribute to these GlobalFilters by default. This means that errors in the MVC pipeline will now be automatically …Read More
A freeware template-based code generator that can generate code for any ASCII-based language.