Do you use MVC Unobtrusive Validation?
Rules to Better MVC|f6113a94-ea9d-4c29-9f67-4770573c432d
v5.0
Posted at
8/01/2019 6:23 AM by
Tiago Araujo
Rule Intro
Validation is an important part of any data-driven web application. Client-Side validation provides fast user feedback and a better UI experience but cannot be relied on for data integrity - so client-side validation should always be backed by additional server-side validation.
With MVC Unobtrusive Validation, you can configure both client-side and server-side in one place.
{EFAFAF89-9D76-42B2-8808-5403A8DB6299}
Do you feel this rule needs an update?