0
kicks
Use specific return types in your ASP.NET MVC action methods
When looking at ASP.NET MVC examples on the web almost all action methods return ActionResult, even methods that could return a specific subclass...