Creating validation in ASP.NET MVC 1.0
Posted on 8/12/2009 by AdministratorThis is an article from the ASP.NET MVC software development series. This article describes one method of performing validation in an ASP.NET MVC application. In this tutorial, you learn how to move your validation logic out of your controllers and into a separate layer.
The goal of this post is to describe one method of performing validation in an ASP.NET MVC application (asp.net mvc outsourcing). In this post, I’ll show how to move validation logic out of controllers and into a separate service layer.







