Community

Model level validation using ASP.NET MVC

(Somnath Mondal) When building your MVC application, you want to use your application controller to basically handle the input and the application user interface (views). You don’t want to embed business logic inside your controllers. The best thing to do is to create a service layer which is basica

Read More - Register for Free Membership