An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/classvalidationvisualbasic1

Working with data annotations in windows forms
https://github.com/karenpayneoregon/classvalidationvisualbasic1

dataannotations forms vb-net vbnet

Last synced: 10 months ago
JSON representation

Working with data annotations in windows forms

Awesome Lists containing this project

README

          

### Demonstration for login validation in Windows forms VB.NET

This is an extension of the following [repository](https://github.com/karenpayneoregon/ClassValidationVisualBasic).

Given the task to obtain a user name with length requirements and password with password confirmation along with special rules this project shows one method to perform a new login.

Things like checking to see if the user name has been used already is not provided.

For complete details see the [following TechNet article](https://social.technet.microsoft.com/wiki/contents/articles/53088.net-defensive-data-programming-part-4-a-data-annotation.aspx).