This is a custom server-side validation library for C# and .NET. This version includes the following validation attributes:
1. RequiredIfAttribute: To mark a field required based on the value of another field.
2. MaxAgeAttribute: To validate maximum age against the date of birth value of DateTime...
More information
This is a custom server-side validation library for ASP.NET Core. This also includes jQuery client-side validation for each server-side validation.
This version includes the following validation attributes:
1. FileAttribute: To validate file type, file max size, file min size, etc.
2....
More information
Attention: This package will be depreciated soon as the functionality of this package has been moved to `TanvirArjel.CustomValidation.AspNetCore` NuGet package. Please use `TanvirArjel.CustomValidation.AspNetCore` instead. Thank you.
This is a custom server-side validation library for ASP.NET Core....
More information