- Clone the repo
- Navigate to the root directory of the repo
- Execute
dotnet run --environment=developmentor open folder in VSCODE
The initially rendered version uses the built-in "Data Annotations" attributes within the base MVC (core) framework, the link to the "Fluent" version replaces this with a 3rd party library we frequently use for server-side validation. This library outputs a basic set of the client side jquery unobtrusive validation attributes so that jquery.validate continues to function.
Only a subset are supported but we can mix both types.