9
shouts

Use specific return types in your ASP.NET MVC action methods

posted by bengtbebengtbe 259 days, 10 hours, 59 minutes ago
Thursday, July 02, 2009 8:39:02 AM GMT

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

category: ASP.NET | clicked: 22 | | source: www.bengtbe.com | show counter code
tags: ASP.NET MVC, Best Practices