CreditCardValidator helps you validate credit card numbers, identify its issuer (Visa, Mastercard, etc), verify length, prefixes and check it through the Luhn algorithm. It can also generate random credit card numbers for testing purposes.
This packge contains some useful tools such as:
- String Extensions
- Date Extensions
- List Extensions
- Enum Extensions
- Exception Extension (new)
- CustomExceptions with Unique ID and Error Code
- Type Converters
- Generics Conversion
- Json serializer and parser
- Password...
More information
A flexible, simple, and powerful way to validate and guard your data. It provides a variety of user-defined validators that allow you to use LINQ to validate your data, in addition to hundreds of built-in validators. And it allows you to write your own custom validators and use them in your project...
More information
prmToolkit É um projeto responsável por dar apoio a outros projetos.
# ArgumentsValidator
Classe responsável por gerenciar validações de argumentos.
VANTAGENS
>Podemos realizar validações indivíduais ou em grupos
>É possível levantar uma exceção ou captura-las
Silverlight like textbox validations for Windows Phone 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost...
More information
Silverlight like textbox validations for Windows 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost...
More information
A tiny helper for writing .NET Core applications. This library provides a simple set of extension methods that you can use to perform common validations and conversions in C#.