March 2009 - Posts

0
Comments

ASP.NET MVC ModelState should work like TempData by findleyd

I prefer to have the actions that forms post to just process the posted data and then redirect to a different action for viewing the results. So in order to pass validation errors back to the form action I need ModelState to work like TempData does. In...
Filed under: ,

Comments

Interesting finds 3/13/2009 by findleyd

As soon as I get some time I need to look at these a little closer: http://www.codeplex.com/FluentValidation http://www.jetbrains.com/teamcity/
More Posts