Upgrade your validation logic in ASP.NET Core with FluentValidation
Created 12/18/2020 9:12:32 AM
Filed in ASP.NET
Filed in ASP.NET
Every web application or micro-service that you build will have some form of validation. I've been using the standard validation attributes in ASP.NET core for ages. And I've also been cursing at them
Read more