TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About validation in c#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (1)
Scott Lysle (1)
Prasad (1)
Related resources for validation in c#
No resource found
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Easy Date Validation in C#
2/23/2022 10:15:04 AM.
This article describes a simple approach to validating dates received as strings (e.g., 2/21/2008).
Regular Expressions Example
11/15/2021 10:13:52 AM.
The following example shows the use of Regular Expressions in C#.This program has basic validation scripts for validation easily useable in all programs.