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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/classvalidationvisualbasic1
- Owner: karenpayneoregon
- Created: 2019-07-03T20:00:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T23:26:32.000Z (over 6 years ago)
- Last Synced: 2025-01-29T00:30:14.700Z (12 months ago)
- Topics: dataannotations, forms, vb-net, vbnet
- Language: Visual Basic
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).