Community

Using ASP.NET MVC Validation Mechanism without ASP.NET MVC

(Alexander Beletsky) I get used to DataAnnotations for model validation very quickly. Indeed, it is great approach. You attribute you model with corresponding attributes, rest is done by framework. It is only ModelState.IsValid, all you have to do before starting working with model.

Read More - Register for Free Membership