rpgkaiser / FoolProof.Core

Migration to asp.net core of the "MVC Foolproof Validation" library.
MIT License
53 stars 17 forks source link

Migration to asp.net core of the MVC Foolproof Validation library.

This library add many new validation attributes to your toolbox.

Operator validators:

Improved required validators:

See full library documentation here: https://codeplexarchive.org/project/foolproof

New features added:

New operator validators:

All the validators are available for client side validation as well.

Installation

NuGet: install-package FoolProof.Core

Setting Up

Example WebApp

You can review a kind of DEMO app (the WebApp used to execute E2E tests) here: E2E/Demo WebApp