1) Deep Validation in ASP.NET Core (edit)
1.1) jQuery Validation in ASP.NET MVC 5
https://www.pluralsight.com/paths/mvc5
Suggested load order is:
- jquery.js
- bootstrap.js
- jquery.validate.js
- jquery.validate.unobtrusive.js
1.2) ASP.NET Core MVC Client Data Validation
ASP.NET Core MVC case study solution for codeArbor and PluralSight Guides. Demonstrates client data validation using view models, data annotations, jQuery unobtrusive validation, and the Core MVC ModelState object.
- ASP.NET Core MVC
- C#
- HTML
- JavaScript
https://github.com/ajsaulsberry/BlipValidate
http://www.codearbor.com/library/building-robust-numeric-fields-for-html-forms-with-aspnet-core-mvc/