Let's learn what Unobtrusive Javascript is in MVC, and how we can use it to do client-side validation without writing any script. Sample project included!
Dive into the MVC ModelState and learn how it represents values submitted to an action and validation errors found in said values. Sample project included!