A library for validating and generating credit card numbers.
CreditCardValidator helps you implementing validations for the most common credit card brands, verifying length, prefixes and checking the card number through the Luhn algorithm if necessary.
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
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 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 validations library for automating both client-side and server-side validations.
Sample usage: Add the validator attributes to the properties of the data record class. These defines the validation rules.
public class Employee
{
[StringValidator("First Name", 5, 50, IsRequired =...
More information