Posts Tagged Validation

Validation form integration - Validation block tutorial 4/4

And now this is the last part of the tutorial. In this section I would like to show you how to put your Validation code into the windows form application. When you finish to combine your validation code and your windows form, the windows form will perform automatic validation when user type on your input [...]

Write the validation block - Validation block tutorial 3/4

Here i show you another example to use the validation application block
I’ll explain a little bit detail bellow the example

A little introduction of Microsoft Enterprise Library Validation block - Validation block tutorial 2/4

 

Microsoft Enterprise Library provide a lot of useful common library to build an enterprise application. One of it’s section is about validating the input from users. The Validation Application Block, that’s what they call it provide a set of library of classes to validate .NET framework data types. The validation allow you to validate an [...]

Microsoft Enterprise Library - Validation block tutorial 1/4

Here I go, now I’m gonna provide you with a simple tutorial about how to validate input in your application using Microsoft Enterprise Library’s Validation block. This tutorial grouped into 3 section.
1. A little introduction of Microsoft Enterprise Library Validation block.
This section describe a little rule and term to use the Microsoft Enterprise Library Validation [...]