Skip to content

MVafaeiM/Validation

Repository files navigation

Library Validation in .NET:

Library Validation is organized into four sections:

1: General validation (checking empty, number and ...)

2: Validate Windows (check for drive, flash attachment, etc.)

3: Validate the database (check the existence of a table and database and ...)

4: Validate the network (check port openness, check the IP and ...)

Requirements : .Net Framwork 3.5

For DataBase Validation Use SqlServer

Demo Public Example:

Demo Public Example

Demo Network Example :

Demo Network Example

Demo Database Example :

Demo Database Example

Demo Windows Example :

Demo Windows Example