2020
[Full Stack Web] Client-Side Validation Postback - ReactJS + Redux + C# ASP.Net Core
Need to validate data integrity? Simon Gilbert explains SPA client-side validation using ReactJS, Redux, C# ASP.Net Core
2019
Binding Fluent Validation to an HTML View - C# ASP.Net MVC Core
Looking to validate an HTML view at post back? Simon Gilbert explains the steps required to bind your validation rules to an HTML view, using the FluentValidation library and C# ASP.Net MVC Core.
Strongly-Typed Data Model Validation using Fluent Validation - C# .Net Core
Data integrity feeling tiresome with DataAnnotations? Simon Gilbert details how to clean up your validation rules and separate your concerns, using the FluentValidation library in C# .Net Core.