10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Validation
Validation
is basically done by the testers during the testing. While validating the product if some deviation is found in the actual result from the expected result then a bug is reported or an incident is raised. Not all incidents are bugs. But all bugs are incidents. Incidents can also be of type question where the functionality is not clear to the tester. Data
Validation
is a process that ensures the delivery of clean and clear data to the programs, applications and services using it. It checks for the integrity and validity of data that is being inputted to different software and its components. Data
Validation
ensures that the data complies with the requirements and quality benchmarks. It is a process associated with the collection and production of intelligence that confirms that an intelligence collection or production requirement is sufficiently important to justify the dedication of intelligence resources, does not duplicate an existing requirement, and has not been previously satisfied.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mudita Rathore (6)
Nimit Joshi (5)
Delpin Susai Raj (4)
Sandeep Singh Shekhawat (4)
Shervin Cyril (4)
Scott Lysle (3)
Abhimanyu K Vatsa (3)
Anubhav Chaudhary (3)
Abhishek Yadav (3)
Vishal Gilbile (2)
Neha Sharma (2)
Vithal Wadje (2)
Sarvesh Shinde (2)
Kaushik Borah (1)
Avinash Kunnure (1)
Gajendra Jangid (1)
Satheesh Elumalai (1)
Vitalii Honcharuk (1)
Shriram Pophali (1)
Ranganath Prasad (1)
Shantha Kumar T (1)
Prasad (1)
Maragatha Mani (1)
Vinay Ayinapurapu (1)
Dhruvin Shah (1)
Venkata Subbarao Polisetty (1)
Jay Krishna Reddy (1)
Shenbagapandiyan P (1)
Nitin (1)
Daniel Gomez Jaramillo (1)
Ankit Prajapati (1)
Sachin Kalia (1)
Rajeev Ranjan (1)
Abhishek Goswami (1)
Vijayakumar S (1)
Pradeep Shet (1)
Sourav Kayal (1)
Sanjay Kumar (1)
Kapil Gaur (1)
Mukesh Nayak (1)
Suraj Sahoo (1)
Raj Kumar (1)
Ashish Shukla (1)
Sagar Pardeshi (1)
Rohit Gupta (1)
Gaurav Gupta (1)
Vinoth Rajendran (1)
Sanjoli Gupta (1)
Manish Kumar Choudhary (1)
Satyapriya Nayak (1)
Rahul Saxena (1)
Vidya Vrat Agarwal (1)
Pranay Rana (1)
Satyaprakash Samantaray (1)
Manoj Kalla (1)
Rasmita Dash (1)
Manikanta Pattigulla (1)
Jignesh Trivedi (1)
Bruno Leonardo Michels (1)
Sivaraman Dhamodaran (1)
Anupam Maiti (1)
Yogeshkumar Hadiya (1)
Prasad Rane (1)
Ankur Mishra (1)
Atul Warade (1)
Amir Ismail (1)
Ganeshan N (1)
Md. Tahmidul Abedin (1)
Ck Nitin (1)
Vijay K (1)
Related resources for Validation
No resource found
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Creating a Dynamic Excel Using HTML
4/5/2022 10:22:42 AM.
This article includes some sample programs to show how to implement various excel functionalities with the help of HTML.
How To Use The Identity Framework With Refresh Token Validations
4/4/2022 3:36:33 PM.
.Net Core JWT Authentication and Authorization Continues with Identity Framework and refreshes Token Validations in Net Core 6
Reactive Forms Validation Using Angular 12
4/4/2022 12:08:35 PM.
In this article, you will learn about reactive forms validation using Angular 12.
How To Add Dynamic Controls With Reactive Forms Validations In Angular
3/2/2022 2:42:53 PM.
In this article, you will learn how to add dynamic controls with Reactive Forms validations in angular.
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).
Advanced Entity Framework Core Tips In Practice: Concurrency, Query filters and SaveChanges Method Abilities💪
1/11/2022 3:11:26 AM.
I am describing the practical aspects of working with Entity Framework Core. In this article I am touching Concurrency token and RowVersion, on save changes interceptor with a bunch of usefu
PowerApps - PCF - Input Formatter With Regular Expression
1/10/2022 9:24:23 AM.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
Send Email Messages and Attachments Using C#
1/7/2022 9:26:28 AM.
This article describes an approach to sending email messages with or without attachments. The code required to send the message is contained within a reusable class. In addition to sending messages
Standardize Your Web API's Error Response With ProblemDetails Class
1/4/2022 9:40:48 AM.
ProblemDetails class lets you standardize the error responses your Web APIs return thus avoiding multiple Devs across multiple teams follow different pattern. And this the RFC-Compliant (https://datat
Introduction To Voice Authentication Using JavaScript
12/27/2021 5:10:40 AM.
Learn how to use the open-source frameworks to do the Voice recognition and validation using JavaScript and Hugging space model from Microsoft
Xamarin.Forms - Validation Using Xamarin Community Toolkit - Part Two
11/26/2021 9:27:11 AM.
In this article, you will learn how to validate xaml elements using Xamarin Community Toolkit in Xamarin.Forms App
Xamarin.Forms - Validation Using Xamarin Community Toolkit
11/17/2021 5:33:18 AM.
In this article, you will learn how to validate XAML elements using Xamarin Community Toolkit in Xamarin.Forms App.
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.
Xamarin.Forms - Fluent Validation In MVVM
10/28/2021 12:36:16 PM.
In this article, you will learn how to use fluent validation in MVVM in Xamarin.Forms App.
Create Form And Validation In ReactJS
10/22/2021 12:34:40 PM.
In this article, you will learn how to create Form and validation in Reactjs.
Prevent Special Characters In PowerApps Forms
10/19/2021 12:44:35 PM.
In this article, you will learn how to prevent special characters in PowerApps Forms.
Power Apps Validation - End Date And Time Should Be Greater Than Start Date And Time
9/9/2021 1:00:08 PM.
During this article, we will talk about how we can apply DateTime validation in our Power Apps Form. Most of the time, we need to implement, one most common validation in Power Apps where End Datetime
Business Rules With Actions Lock, Unlock And Show Error Message
8/11/2021 4:19:33 AM.
In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about 2 Actio
Create And Validate JWT Token In .NET 5.0
7/13/2021 3:03:18 PM.
In this article, you will learn how to create and validate JWT tokens in .Net 5.0.
Xamarin.Forms - Working With Behaviors In Xamarin.forms
7/13/2021 1:54:09 PM.
In this article, you will learn how to use Behaviors in Xamarin.Forms App
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
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.
Working With Validation and Unobtrusive Validation in ASP.Net
6/7/2021 9:02:11 AM.
This article describes unobtrusive validation in the framework and how the validation process works in ASP.NET Web Applications.
Form Validations In ASP.NET
6/3/2021 3:47:25 PM.
In this article, you will learn about Form validations in ASP.NET.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
6/3/2021 9:01:59 AM.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
Manage Forms in React With Formik - Form Validation
5/29/2021 2:08:27 PM.
In this article, We will see form validation in react form with formik.
Model State Validation in GridView Using ASP.Net 4.5
5/27/2021 9:02:30 AM.
This article describes the validation and model state error validator operation inside the GridView using ASP.NET Web Application.
Conversion Helpers in MVC Razor: Validating Posted Data
5/26/2021 9:49:23 AM.
This article describes Conversation Helpers in MVC Razor and explains how to validate posted data.
Inserting Record and Working With Validation in ASP.Net Web Pages 2
5/26/2021 5:14:22 AM.
This article describes how to insert records and validate the form in ASP.NET Web Pages 2.
Getting Started With ASP.Net Web API 2 : Day 7
5/24/2021 10:08:44 AM.
In this article, we will learn the validation against your models in Web API 2 and share some validation logic with ASP.NET MVC.
How to Validate GridView Fields in ASP.Net
5/6/2021 8:55:39 AM.
In this article, we will see how to validate each row of a GridView independently of other rows in ASP.NET.
Form Validation Using JavaScript
5/5/2021 12:43:29 PM.
In this article, you will learn about Form Validation using JavaScript.
Adding Custom Validation in MVC
5/3/2021 9:12:32 AM.
This article explains how to create our own Custom Validator Attribute in MVC and attach it to the properties.
Model Validation In Web API Using Data Annotation
4/23/2021 10:33:35 AM.
Here we will understand the concept of Model validation in Web API applications using the Data Annotation technique.
Sample Registration Page and Email Confirmation in ASP.Net
4/22/2021 6:43:29 AM.
This article explains how to Auto Respond Email sent; once the end-user has registered, a confirmation email will be sent to the registrant to confirm the registration.
Specific Domain Email ID Field Validation Using JavaScript And jQuery☑️
4/20/2021 9:42:55 AM.
You would have seen regular expression for email address field. But how to handle if your customer is looking for client side validation of email but user should be allowed to enter organization speci
Remote Validation in MVC
4/20/2021 9:18:43 AM.
In this article, I will discuss how to implement remote validation in MVC.
Content Validation in Web API
4/6/2021 11:39:53 AM.
This article explains the Content Validation in the Web API.
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.
Validation Control in ASP.NET
4/6/2021 4:36:55 AM.
Validation controls, if used properly, can be very useful for reducing large, complex, time-consuming JavaScript code.
ASP.Net: Text Box Validation - Part II
4/2/2021 11:26:57 AM.
In this article, I explain some more validations of Text box control in ASP.Net.
Perform Validation on Form Using Data Annotation in MVC4 Web API
4/2/2021 10:53:09 AM.
This article explains the Data Annotation property for doing validation.
ASP.Net Text Box Validation
3/24/2021 6:46:20 AM.
In this article, you will learn about ASP.Net: Text Box validation
Security And Validations In .NET
3/24/2021 6:43:24 AM.
In this article you will learn security and validations in .NET.
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.
Enterprise Library 5 - Validation Application Block
3/12/2021 6:04:20 AM.
In this article, you will learn how to use the Enterprise Library Validation Application Block 5.0 in ASP.Net.
Introduction To Validation in ASP.Net Web API
3/3/2021 4:53:34 AM.
This article explains validation in the Web API. Here I show the step-by-step procedure to create the application using validation.
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.
Perform Validation When Uploading File in ASP.Net Web API
2/24/2021 10:33:28 AM.
In this article, I will show the example of Uploading the File and validate this file.
ASP.Net Form Validation Using Validation Controls
2/18/2021 6:15:30 AM.
In this article, we will learn ASP.Net Form Validation Using Validation Controls.
Code Acceptance Checklist in .NET
2/12/2021 10:11:07 AM.
This article provides a Code Acceptance Checklist for .NET.
ASP.Net MVC Validation Using Fluent Validation
2/11/2021 10:54:15 AM.
This article explains how to implement ASP.NET MVC validation using Fluent Validation.
Globalization and Localization of Model Validation Messages in MVC
2/11/2021 10:48:25 AM.
In this quick post you will learn how to globalize and localize the model validation messages in MVC Applications. At the end of this article, you will also learn how to display the localized message
How To Validate An Email Address In Python
2/7/2021 4:24:30 PM.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
ASP.Net Form Validation Using jQuery
2/3/2021 9:42:23 AM.
In this article, we will learn how to do ASP.Net form validation using jQuery.
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.
Range Validation in ASP.Net MVC4 Web API
2/1/2021 7:33:00 AM.
This article explains Range Validation in the ASP.Net MVC4 Web API.
Validation For File Upload Control in ASP.NET
2/1/2021 6:29:47 AM.
In this article I explain validation with a file upload control using regular expression validation control in ASP.NET.
Custom Validation With IValidatableObject in MVC
2/1/2021 5:14:54 AM.
In this article you will learn how to create a self validatabling object using IValidatableObject to validate data in MVC.
Error: WebForms UnobtrusiveValidationMode Requires a ScriptResourceMapping For jQuery in .Net
1/29/2021 10:56:12 AM.
This article explains how to remove an error that is the title of an article in .Net Framework 4.5. This error is issued when you use the RequiredFieldValidator control on any other server control.
RequiredFieldValidator Control in ASP.NET
1/28/2021 11:21:23 AM.
ASP.Net provides several validation controls (such as RequiredFieldValidator, CompareValidator, RegularExpressionValidator, RangeValidator etc).  Of all of these we will have a look at RequiredFi
Bot - Adaptive Dialog - NumberInput - Validation
1/21/2021 4:33:59 AM.
Explain about how to use the number input, handling the validation , default value ,default value response and unrecognized prompt
ASP.Net MVC Server-Side Validation
1/20/2021 7:42:46 AM.
This article explains the basics of ASP.NET MVC server-side validation using the Data Annotation API.
ASP.NET Server Controls
1/20/2021 6:41:56 AM.
The .NET Framework allows developers to create their own server controls that operate exactly like the prepackaged controls that come with Visual Studio .NET. ASP.NET server controls are the primary c
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.
Display Details of User After Successfull Login
1/19/2021 4:58:41 AM.
In this article, we will learn how to display the corresponding details of a user after a successful login.
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.
ASP.Net MVC Client Side Validation
1/13/2021 7:15:31 AM.
This article explains how to implement client-side validation in an ASP.NET MVC application.
Ways to Fix the Errors of Unobtrusive Validation in ASP.NET 4.5
1/6/2021 11:29:01 AM.
In this article we will learn how to fix the errors of Unobtrusive Validation Mode.
Validation Application Block (Enterprise Library 5.0)
12/22/2020 5:20:04 AM.
Validation is a process which ensures the sanity of data entered, received or processed by a software module, class or class members.
Complex Custom Validation Attribute Specific to Entity
12/14/2020 5:57:21 AM.
In this article you will learn about the Complex Custom Validation Attribute specific to an Entity.
File Upload Extension Validation In ASP.NET MVC And JavaScript
12/11/2020 3:26:26 AM.
File Upload Extension Validation In ASP.NET MVC And JavaScript.
TextBox Validation Client Side And Server Side In ASP.NET WebForm
12/8/2020 6:17:31 AM.
Validation is main thing to process the data. We store the textbox value into database table. Before moving to storing and storing data into database first we check the value of each textbox.
Apply Single JavaScript Function to Multiple Textboxes For Validation
12/4/2020 12:02:38 AM.
This article exlains how to apply a single JavaScript Function to Multiple Textboxes to validate them.
Various Types of Hidden Fields in .NET
12/3/2020 6:12:47 AM.
This article explains various hidden fields created by the .NET runtime while rendering a page and during the postback mechanism.
Web API Validation
12/3/2020 6:03:42 AM.
This article acquaints you with Web API Validation, Web API Model validation, web api custom validation Model validation, Api validation best practices Custom Validation, ivalidatableobject web api, J
Entity Framework: Code First Data Annotations
11/26/2020 6:01:32 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.
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.
Enabling Unobtrusive Validation Mode in ASP.NET 4.5
11/10/2020 3:28:11 AM.
In this article we will learn how to enable Unobtrusive Validation in ASP.NET 4.5.
Form Validation & onsubmit event
10/21/2020 12:16:12 AM.
In this JavaScript tutorial, we will see how to perform HTML form validation using the onsubmit event. We will also see how to cancel the form submission based on validation function outcome.
ClamAV Antivirus Scan On File Upload Content In .NET Application
10/2/2020 10:41:51 PM.
In this article you will learn about ClamAV Antivirus Scan On File Upload Content In .NET Application.
Validation Rules In Alexa Dialog Model
9/30/2020 9:18:24 AM.
In this article, I am going to explain about all of the validation rules in an Alexa skill interaction model.
Multiple Validation On A Slot Type In An Interaction Dialog model
9/30/2020 9:17:17 AM.
In this article, I am going to explain how multiple validations can be applied to a slot in a dialog model of Alexa skill.
Define Slot Validation Rules For Slots In An Alexa Skill Dialog Model
9/25/2020 1:31:01 PM.
In this article, I am going to demonstrate how to define validation rules for slots.
Learn About Validation Controls In ASP.NET
9/15/2020 12:42:51 AM.
In this article, we will discuss the various types of validation control in ASP.NET.
Creating Your First Modal Pop Up Custom Component Using Blazor Web Assembly And .NET Core 3.1
8/13/2020 9:09:48 AM.
In our web applications, we often need to display a pop up to add new entity. This pop up is validated and managed using java scripts framework. In this article we would be using Blazor Web assembly a
Validation using Predefined Patterns in PowerApps
7/28/2020 7:26:57 AM.
In this video article we will see how to use Predefined patterns with IsMatch function to validate data in PowerApps.
Validate Gallery inputs in PowerApps
7/28/2020 7:26:47 AM.
In this video article we will see how to validate data entered in gallery in PowerApps. We will see how to restrict from submitting invalid data.
Form Validation in JavaScript
7/17/2020 4:41:53 AM.
Here you learn how to validate form data using JavaScript.
Validation Controls In ASP.NET
7/9/2020 6:22:13 AM.
In this article, we are going to learn validation controls in ASP.NET, which we can use for validation purposes.
Let's Develop An Angular Application - Custom Validation In Reactive Forms
6/30/2020 7:51:17 AM.
In this article, you will learn about angular application - Custom Validation in Reactive Forms.
DotVVM - Build Conditional Validation Attribute
6/23/2020 7:21:50 AM.
In this article you will learn how to build conditional validation attribute.
Let's Develop An Angular Application - Validation In Reactive Forms
6/22/2020 10:55:26 AM.
In this article you will learn about Validation in Reactive Forms.
Create A Login Form Validation Using PHP And WAMP / XAMPP
6/16/2020 12:56:04 AM.
Create a login form validation, using PHP and WAMP/XAMPP.
Date Validation as Text Format in JavaScript
6/2/2020 4:24:45 AM.
This article is on Date Validation as Text Format in JavaScript. This will validate the Date being in the Text and validate with all the standard features.
Add Validation To A Web Form Using IGValidator
5/30/2020 2:09:05 AM.
In this article, you will learn to Add Validation to a Web Form using IGValidator.
Let's Develop An Angular Application - Styling The Template Using CSS Validation Classes And ngModel Properties
5/29/2020 10:26:17 AM.
In this article, you will learn about styling the template using CSS Validation Classes and ngModel Properties.
Let's Develop An Angular Application - Input Validation In Template Driven Forms
5/28/2020 8:34:15 PM.
In this article, we will learn how to implement validation in template driven forms using CSS validation classes and ngModel validation Properties.
XMl Data Validation
5/27/2020 6:00:26 AM.
In this article, you will learn about Validation types and processes in XML.