Top 20 NuGet validator Packages

Xsd Schema Validator (xsd-schema-validator) binding library for Bridge.NET projects.
DynamicVNET is .NET Standard library that was created help to develop reuse dynamic validation. It helps to build some rules on POCO and own blackbox libs. It has rich conveniences and features as a Fluent API in runtime, wrapped over DataAnnotation attributes and supports a cross-platform environme...
Can validate most swedish bank account numbers consisting of clearing number and account number. Also validates BankGiro and PlusGiro account numbers.
Powerful Brainfuck language interpreter with ability to tokenize & validate the Brainfuck code
Manage easyly your classes models validations in .NET by customizing different properties rules.
A jQuery Validate Unobtrusive extension for Bootstrap 3
An ASP.NET request validator which enables claims to pass through ASP.NET request validation when working with WIndows Identity Foundation.
Enables Twitter Bootstrap Framework to work with Microsoft jQuery Unobtrusive Validation in ASP.NET MVC4 projects. - Now support for Bootstrap 3 - Dependency on Twitter.Bootstrap package is removed Source: https://github.com/davidnguyen/bootstrap-validate
A simply arguments validation library with fluent API. Examples: Arg.NotNull(() => model); Arg.Validate(color, nameof(color)) .NotNullOrWhitespace() .LengthInRange(2, 20); // passangerCount is Nullable type Arg.IfNotNull(passan...
Lightweight and framework-agnostic validation tool
A library to validate IRD numbers and bank account numbers according to the "Resident Withholding Tax (RWT) and Non-Resident Withholding Tax (NRWT)" specification published by the New Zealand Inland Revenue Department (IRD).
Validator for Entities and commands
Forked from DataAnnotationsValidator by Mike Reust. Allows scanning object graph and validates every object using .NET standatd System.ComponentModel.DataAnnotations.Validator
The helper will recursively traverse your object graph and invoke validation against DataAnnotations. This originated from following Stackoverflow answer: http://stackoverflow.com/a/8090614/605586
Email Validator (email-validator) binding library for Bridge.NET projects.
Bootstrap Validator (bootstrap-validator) binding library for Bridge.NET projects.
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID and IBAN are also included. After registration at NIP24 Portal this library could be used for various on-line validations of Polish and EU companies. Please, visit our web page for more d...
CHIMP software validators
Easy to use library for validating Polish NIP numbers: string nip = "8674068337"; bool isValid = Rychusoft.Validators.NipValidator.IsValid(nip);
Check email addresses whether they are valid or not without sending actual mail messages to the receipients. It supports many sources like list, text file, CSV, DataTable, etc.