Tag: Development

Community

Handling Errors with ASP.NET MVC

(Steven Smith) Nobody likes to talk about it, but sometimes your web application is going to fail. When it does, you want to make sure your users still get the best possible experience, and ideally that you as the developer get what you need to fix the problem. In this article, you’ll learn how to

Community

ASP.NET MVC 3 Dependency Injection

(Brian Mains) ASP.NET MVC 3 was released recently with a wide array of new features, one of these being Dependency Injection. The MVC team added support in many areas of the framework, which is where we are going to be focusing on in this article. If you haven’t read my previous series on Dependency