Is xVal deprecated with MVC 2?

Now that built-in validation is supported using the MVC 2 framework, should we use it instead? Are there any advantages xVal has over MVC 2 validation?

The main reason I'm asking is that we have several MVC sites that use it, and it seems that xVal is no longer / is supported. If so, I would like to start modifying our sites to use MVC 2 validation.

Thanks in advance.

+3
source share
1 answer

The jQuery validation scripts included in MVC2 are fully supported by Microsoft, so I would prefer to use third-party scripts, especially those that no one supports. xVal Codeplex site clearly lists xVal, only supported by MVC1.0.

+3
source

Source: https://habr.com/ru/post/1772851/


All Articles