New Posts New Posts RSS Feed: Tech Tip: Validation through Verification
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Tech Tip: Validation through Verification

 Post Reply Post Reply
Author
IdeaBlade View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 30-May-2007
Location: United States
Posts: 353
Post Options Post Options   Quote IdeaBlade Quote  Post ReplyReply Direct Link To This Post Topic: Tech Tip: Validation through Verification
    Posted: 14-Jun-2007 at 8:37am

"Validation" is the process of evaluating human input and judging it valid or invalid. User input validation is crucial to data integrity and data integrity is a "life and death" issue for most applications.

Validation is hard to do well especially as the application grows and validation criteria change.
Common failings include:

  • Missing and incorrect validity checks
  • Inconsistent checking
  • Failure to validate at the right times
  • Poor communication with end-users
  • Inadequate mechanisms for correcting mistakes
" Verification" is the DevForce technology for validating user input and displaying the results.

This tutorial consists of a video series that takes you from an empty solution to a full featured example. You'll be verifying after a few clicks and then progress through a sequence of problem / solution exercises that lead you into the heart of Verification.

The early lessons are quite easy (level 200) but about midway we kick it up a notch (level 300) as we drill into the details of customization. You are welcome to dive in or you can simply harvest the supporting classes from the tutorial code and use them "as is" in your application.

Please refer also to the extensive Verification chapter in the Developers' Guide. Click here to download the C# code as it is at the end of the tutorial (the finished Visual Basic version will be here shortly).

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down