IValidatableObject Interface – Custom Validations in .NET Core
.Net ecosystem provides us a way to create custom validations using IValidatableObject Interface. Let’s see it in action in a .Net Core 3.1 MVC project. Getting Started Let us create a sample .NET Core 3.1 MVC project, add a new controller named as P...
Jul 1, 20213 min read90

