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 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]
Jignesh Trivedi (5)
Manish Kumar Choudhary (3)
Bruno Leonardo Michels (3)
Aman Gupta (2)
Abhimanyu K Vatsa (2)
Usama Shahid (2)
Juan Francisco Morales Larios (2)
Pranay Rana (1)
Vijay Prativadi (1)
Sarthak Varshney (1)
Azeem Anzari (1)
Rajeev Ranjan (1)
Farhan Ahmed (1)
Ajay Gandhi (1)
Jaimin Shethiya (1)
Jay Krishnareddy (1)
Sardar Mudassar Ali Khan (1)
CSharp TV (1)
Nitin (1)
Mudita Rathore (1)
Nimit Joshi (1)
Ashish Shukla (1)
Rahul Kumar Saxena (1)
Abubackkar Shithik (1)
Viral Jain (1)
Debendra Dash (1)
Fabio Silva Lima (1)
Anil Thakur (1)
Pankaj Kumar Choudhary (1)
Ankur Mistry (1)
Rupesh Kahane (1)
Dhanasekar (1)
Sanjay Kumar (1)
Abhay Shanker (1)
Christopher Edward (1)
Diptimaya Patra (1)
Related resources for Annotations
No resource found
Custom Annotations and Validation in Spring Boot
7/4/2024 7:30:33 AM.
Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom valid
Annotations used with Spring Boot Applications
7/1/2024 5:26:46 AM.
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful servi
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
Introduction to Grafana: Power of Data Visualization
4/29/2024 5:16:32 AM.
Learn about Grafana, an open-source analytics and monitoring platform, and discover why it's essential for visualizing metrics data.
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
Labels Selectors and Annotations - Kubernetes Fundamentals Ep.6
1/27/2023 1:22:30 PM.
In this episode, you will learn about Labels Selectors and Annotations.
Model Validation Using Data Annotations In ASP.NET MVC
6/9/2021 10:01:54 AM.
In this article we will see how to do Model Validation using Data Annotations in ASP.NET MVC.
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.
Using Data Annotations to Validate Models in .NET
11/24/2020 1:06:36 AM.
In this article you will learn how to create model validation using built-in attributes.
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
Kotlin - Annotations and Reflection
8/11/2019 10:57:52 AM.
Kotlin annotations are used to attach metadata to classes, interface, parameters at compile time. In this article, you will learn about the Annotations and Reflection in Kotlin.
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.
Enabling Client Side Validation on Custom Data Annotations With IClientValidatable in MVC
6/26/2017 7:01:20 AM.
This article is a continuation of the article How to Create Custom Data Annotations, This article explains how to create or enable client-side validation for custom data annotations.
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.
MVC Data Annotations And HtmlHelpers For KnockoutJS
12/20/2016 5:16:11 PM.
In this article, I will show you how to create data annotations for MVC models and combine that with HtmlHelpers to render all attributes of KnockoutJS in input fields.
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.
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.
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 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.
View Validation With Data Annotations and Custom Client Validations in MVC
5/30/2015 2:00:39 PM.
In this aThis article shows how to validate models and create custom client-side validations using 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.
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.
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.