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 Data Annotations
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manish Kumar Choudhary (3)
Jignesh Trivedi (2)
Usama Shahid (2)
Pranay Rana (1)
Vijay Prativadi (1)
Azeem Anzari (1)
Rajeev Ranjan (1)
Farhan Ahmed (1)
Ajay Gandhi (1)
Jaimin Shethiya (1)
Jay Krishnareddy (1)
Sardar Mudassar Ali Khan (1)
Mudita Rathore (1)
Nimit Joshi (1)
Ashish Shukla (1)
Abhimanyu K Vatsa (1)
Rahul Kumar Saxena (1)
Viral Jain (1)
Anil Thakur (1)
Rupesh Kahane (1)
Bruno Leonardo Michels (1)
Dhanasekar (1)
Sanjay Kumar (1)
Christopher Edward (1)
Diptimaya Patra (1)
Related resources for Data Annotations
No resource found
Table Splitting in Entity Framework 6 (Code First Approach)
5/17/2024 10:42:39 AM.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table,
Entity Framework: Code First Data Annotations
5/16/2024 11:28:54 AM.
Entity Framework code First approach allows us to use our POCO (domain) classes as model and Entity framework is use this classes to querying data, change tracking and other updating function.
Complex Custom Validation Attribute Specific to Entity
4/29/2024 9:59:12 AM.
Complex custom validation attributes tailored for entities in Entity Framework enable validation logic beyond standard rules. These attributes empower precise data validation, ensuring compliance with
Data Annotations For Web Forms in .NET 4.5
4/29/2024 9:58:55 AM.
Learn to implement data annotations for enhanced validation in ASP.NET web forms. Utilize Entity Data Model for database setup, GridView for data display, and C# for code-behind logic. Explore comple
Data Annotations and Code First Migration in Entity Framework
4/24/2024 1:18:51 PM.
Explore the seamless integration of Data Annotations and Code First Migration within the Entity Framework. Learn how to leverage annotations to define data models and relationships, and master the art
Generic Repository Pattern With MVC
4/12/2024 7:21:48 AM.
The Generic Repository Pattern with MVC is a design approach where a generic interface is used to define CRUD operations, providing a flexible way to interact with data in an MVC application. It promo
Add Custom User Data To Identity Core Register Form In ASP.NET Core 3.0
4/8/2024 8:19:52 AM.
Integrate custom user data seamlessly into ASP.NET Core 3.0 Identity Core's register form. Utilize UserManager and SignInManager for efficient user management, authentication, and authorization. E
Understanding Validation In MVC - Part 4
4/1/2024 9:48:22 AM.
Understanding Validation In MVC - Part 4" delves into advanced techniques of data validation in ASP.NET MVC, covering custom validation, remote validation, error handling, and client-server valid
Options Pattern Validation in .NET Core with Examples
3/28/2024 4:34:54 AM.
.NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configurat
Data Annotations in .NET
9/20/2023 10:49:01 AM.
In this article, we are going to learn about Data annotations and their importance in .Net Core. Data annotation is crucial in modern software development for ensuring data integrity and clarity. .NET
Data Validation with Annotations, Custom Attributes, and Fluent Validation
8/30/2023 9:43:46 AM.
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your mod
Validation Using Data Annotations Attribute
4/6/2021 10:44:03 AM.
In this article, I am going to describe the Validation by using the Data Annotation.
Working Process of Validations in MVC5
3/18/2021 6:47:57 AM.
In this article, I am introducing the use of Data Annotations in MVC 5 using Microsoft Visual Studio 2013 Preview.
Validation in ASP.NET MVC Using the Data Annotations
3/1/2021 10:11:46 AM.
In the following article, we will see how we can implement validation in ASP.NET MVC using the data annotations.
Custom Data Annotations or Custom Validation Attributes in MVC
2/1/2021 11:05:44 AM.
In this post you will learn how to create custom data annotation in MVC. MVC framework has great extensibility feature and because of this we can create our own customized data annotation attributes.
Custom Data Annotation Validation In MVC
1/20/2021 5:22:36 AM.
In this article you will learn about Data Annotations and Validation in MVC.
MVC 4: Custom Validation Data Annotation Attribute
1/13/2021 7:59:13 AM.
This article explains how to use the Custom Data Annotations Attribute in MVC 4.
Custom Validations With Data Annotations
6/14/2018 4:18:47 PM.
We have already discussed a lot about Data Annotations. There are 2 major things through we can override the convention.
Using Data Annotations To Perform Validations
5/12/2018 9:26:22 AM.
Validations are very important to limit user input. So, we need to validate our form client side and server side as well. Developers write the validations through if/else statements again and again to
ASP.NET MVC Model Validations Using Data Annotations
8/1/2017 12:38:28 AM.
In this article, I will explain how to implement model validations using data annotations in asp.net mvc. In asp.net mvc we can easily implement validation by using Data Annotation properties.
Validation Using Data Annotations In MVC
7/29/2016 3:14:27 PM.
In this article, we will learn the validation in MVC, using Data Annotation Class. We will use this for both sides (Client side validation and Server side validation).
Data Annotations and Validation in MVC Part Two
6/7/2016 2:08:53 PM.
In this article, we will see how custom validation logic works in data annotations in MVC framework.
Data Annotations And Validation In MVC
6/5/2016 5:56:36 AM.
In this article, you will learn about data annotations and validation in MVC.
Validation Using Data Annotations In ASP.NET MVC 5
12/30/2015 3:42:59 AM.
In this article you will learn about validation using Data Annotations in ASP.NET MVC 5.
Screen Validation With Data Annotations in WPF
5/30/2015 8:54:21 PM.
This article shows how to make screen validations with data annotations.
Data Annotations For MVC in ASP.Net
3/23/2015 5:54:27 PM.
This article explains Data Annotations, which are a library in the .NET Framework that helps do validations.
Data Annotations Validation in ASP.NET 4.5
3/10/2015 1:10:24 PM.
This article explains how to use data annotations for validation in ASP.Net 4.5.
How to Use Data Annotations For ASP.NET MVC 3 Input Validation
3/24/2012 12:59:16 PM.
In this article, I'll present three input scenarios that show both the flexibility of data annotations and their underlying nature, so that you can intelligently decide when they are appropriate for your use.
Data Annotations in Silverlight 3 Application
7/27/2009 2:19:09 AM.
Validating user input using Data Annotations in Silverlight 3 Application.