If you want to use validation in MVC architecture, it can be easily implement (validation) in MVC application by using the validators defined in the System.ComponentModel.DataAnnotations namespace. These are some different types of validators as follows:
Shrikant Mishra
If you want to use validation in MVC architecture, it can be easily implement (validation) in MVC application by using the validators defined in the System.ComponentModel.DataAnnotations namespace. These are some different types of validators as follows: