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 DataAnnotation
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Trivedi (3)
Juan Francisco Morales Larios (2)
Pradeep Shet (1)
Nimit Joshi (1)
Debendra Dash (1)
Pankaj Kumar Choudhary (1)
Ankur Mistry (1)
Pranay Rana (1)
Abhay Shanker (1)
Prashant Chaudhary (1)
Related resources for DataAnnotation
No resource found
Adding Custom Validation in MVC
4/2/2024 9:09:42 AM.
In MVC, custom validation involves creating validation attributes to enforce specific rules beyond built-in ones, enhancing data integrity and user experience through tailored validation logic.
Performing Data Annotation in ASP.Net MVC 5
1/15/2021 6:14:40 AM.
This article will introduce you to DataAnnotation in MVC 5.
Understand Validation In Blazor Apps
2/17/2020 12:25:46 PM.
In this article, you will learn about how to do validation in Blazor server and webassembly application
Model Class Validation Testing Using Nunit
2/15/2017 11:35:42 AM.
In this article, we are going to learn about validating a Model class property that has data annotation, using Nunit.
Validation Forms In DataAnnotations
12/14/2016 3:22:10 AM.
In this article, you will learn about validation forms in DataAnnotations.
DataAnnotations In Depth
11/28/2016 1:12:39 PM.
In this article you will learn about DataAnnotations in depth.
Move Domain Classes Configuration To Separate Classes
5/19/2016 11:44:34 AM.
In this article you will learn how to move Domain Classes Configuration to separate classes.
Validation Using Data Annotation In ASP.NET MVC
1/9/2016 12:48:15 PM.
In this article we will learn to implement simple validation using Data Annotation Attributes.
Validation in Any Type of Application Using DataAnnotation
3/9/2015 3:58:55 PM.
In this article we will learn how to validate in any type of application using DataAnnotation.
Validate Field in MVC5 Using Resource File
6/12/2014 12:37:53 PM.
This article provides an overview of validation in ASP.NET MVC 5 using a Resource file.
Creating Custom Validation Attribute For Data Annotation
6/27/2012 8:52:25 PM.
In .net 4.0, namespace System.ComponentModel.DataAnnotations allow you to create new attribute and with the help of this you can validate the data as per your requirement.
Validation Using Data Annotation to Custom Model or Class
6/27/2012 8:25:17 PM.
In this tutorial, we learn how to use the Data Annotation validators to perform validation in a .NET application.
Work with DataAnnotation in ASP.NET MVC
12/7/2011 10:30:01 PM.
In this article you will see the use of DataAnnotation for creating validation in ASP.NET MVC.