C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Niharika Gupta(4)
Jefferson S. Motta(4)
Gnanavel Sekar(4)
Ananya Desai(3)
Hemant Jindal(3)
Delpin Susai Raj(3)
Sandhiya Priya(3)
Sardar Mudassar Ali Khan (2)
Vijay Pratap Singh(2)
Amir Ali(2)
Vinay Ayinapurapu(2)
Anubhav Chaudhary(2)
Vinod Kumar(2)
Tuhin Paul(2)
David Mccarter(2)
Bilal Shahzad(2)
Rahul Bansal(2)
Riya Patel(1)
Aarav Patel(1)
John Godel(1)
Naveen Kumar(1)
Rahul Singh(1)
Punar Dutt Rajput(1)
Satyaprakash Samantaray(1)
Sumit Gupta(1)
Nagaraj M(1)
Jay Krishna Reddy (1)
Rohit Gupta(1)
Vijay Kumari(1)
Vijai Anand Ramalingam(1)
Farhan Ahmed(1)
Sagar Shinde(1)
Rupesh Kahane(1)
Bruno Leonardo Michels(1)
Manoj Bhoir(1)
Kailash Chandra Behera(1)
Abhishek Goswami(1)
Nimit Joshi(1)
Pankaj Lohani(1)
Vipendra Verma(1)
Sapna (1)
Dorababu Meka(1)
Amit M(1)
Roger Smith(1)
Scott Lysle(1)
Ajay Narkhedkar(1)
Shivam Vaghela(1)
Simran Verma(1)
Ganesan C(1)
Bhupesh Khandelwal(1)
Rémi Bourgarel(1)
Nitin (1)
Ano Mepani(1)
Mahender Pal(1)
Shubham Kumar(1)
Abhay Shanker(1)
Sourabh Mishra(1)
Rohatash Kumar(1)
Prathamesh Dhopare(1)
Jayant Kumar(1)
Vijay Yadav(1)
Khoday Akilesh(1)
Gajendra Jangid(1)
Ahmad Mozaffar(1)
Saravanan Ponnusamy(1)
Bikesh Srivastava(1)
Saineshwar Bageri(1)
Rion Williams(1)
Udaya kumar(1)
Vijay S(1)
Keertti Raj Thangavelu Babu(1)
Shridhar Sharma(1)
Joginder Banger(1)
Resources
No resource found
AI Security Testing: How to Validate Prompts, Models, and Tool Calls
Jun 15, 2026.
Secure your AI systems! Learn to validate prompts, models, and tool calls for LLMs, RAG, and agents in .NET.
What is JSON Web Token (JWT) structure and how to validate it?
Apr 22, 2026.
Explore JSON Web Tokens (JWT): structure, validation, and advantages. Learn how JWTs enhance security in APIs, microservices, and modern web applications.
How to Validate Models in ASP.NET Core Using Data Annotations?
Apr 01, 2026.
Ensure data integrity in ASP.NET Core Web APIs using Data Annotations. Learn to validate models with attributes like Required, Range, and EmailAddress for robust applications.
How to Validate User Input to Prevent Security Vulnerabilities
Mar 24, 2026.
Secure your web apps! Learn input validation techniques to prevent SQL Injection, XSS, and other vulnerabilities. Protect user data and ensure application reliability.
How to Validate Request Models Using FluentValidation in .NET?
Feb 26, 2026.
Learn how to use FluentValidation in .NET to build robust APIs! This guide covers setup, real-world scenarios, and best practices for request model validation.
How to Validate JWT Tokens from an Auth Microservice in ASP.NET Core Web API
Jan 29, 2026.
Secure your ASP.NET Core Web API microservices by validating JWT tokens issued by a central Auth service. Extract user claims and ensure secure, decoupled communication.
How Do Companies Validate AI Model Outputs for Regulatory Compliance? (Part 2: High-Risk Industries)
Jan 22, 2026.
Explore AI output validation in high-risk sectors like finance, healthcare, and hiring. Learn about regulatory expectations, compliance, and real-world examples.
How Do Companies Validate AI Model Outputs for Regulatory Compliance?
Jan 21, 2026.
Learn how companies validate AI model outputs for regulatory compliance. Discover key steps, from defining rules to continuous monitoring, ensuring responsible AI use.
Prompt Engineering: Tool Mediation - Propose → Validate → Execute — Part 5
Oct 16, 2025.
Learn how to build robust and reliable LLM-powered production systems with tool mediation! This article details a practical pattern: propose, validate, and execute. Prevent implied writes, parameter drift, and privilege creep by separating model suggestions from backend actions. Ensure auditability, idempotency, and least privilege for safer, more controlled AI workflows. Implement this simple yet powerful technique for any major LLM API.
Train and Validate Datasets in Machine Learning
May 13, 2024.
In machine learning, where algorithms are trained to learn patterns from data and make predictions or decisions, the role of datasets cannot be overstated. In this article, we explore the significance of train and validate datasets.
How To validate Appsetting.json Configuration Values In .NET
Oct 16, 2023.
In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required format, data type, or specific constraints defined by the application. Validation of appsettings.json configuration values in .NET involves implementing checks and safeguards to confirm that the values are valid and usable by the application. This validation process helps prevent runtime errors and ensures the application behaves as intended, adhering to the specified configuration guidelines.
What is CEP and How to Validate CEP using C#?
Aug 21, 2023.
In this article, we will learn about what is CEP and how to validate CEP using C#.
How to validate HTML Code with W3C Validator?
Apr 25, 2023.
Use of W3C validator tool to validate HTML Code.
Generate And Validate JSON Schema With JSON Response Using Postman
Jan 30, 2023.
In this article, you will learn how to generate and validate JSON Schema with JSON Response using POSTMAN.
How To Validate Purchase Receipt With The App Store
Jan 25, 2023.
Validating purchase receipts using app store API at the backend is an important step when you are integrating in-app purchase in your application. This is used to verify whether the receipt is valid or not.
Dynamics CRM Sales Hub - Validate Email Settings
Sep 05, 2022.
The article shares the information about the upcoming new features in Wave2 in Dynamics CRM to improve the customer interactions and improvise the over all business relationship with clients
Git Hook To Validate The Branch Name
Jul 31, 2022.
In this article we will see how we can prevent wrong format, push of branch name.
Create And Validate JWT Token In .NET 5.0
Jul 13, 2021.
In this article, you will learn how to create and validate JWT tokens in .Net 5.0.
How To Validate An Email Address In Python
Feb 07, 2021.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
How To Validate An Email Address In Java
Feb 07, 2021.
Learn how to validate email addresses effectively in Java using regular expressions. This tutorial provides a comprehensive guide on implementing email validation, covering regex patterns, Java code examples, and best practices.
How To Validate Azure AD Token Using Console Application
May 13, 2020.
In this article, you will see how to validate Azure AD token using Console Application.
String Algorithm - Program To Validate Given String A Palindrome Permutation
Sep 13, 2019.
This article describes how to build an algorithm to check if the given string is a permutation of palindrome string.
ASP.NET MVC 5 - Integrate And Validate DocuSign Connection With Web Application
Oct 15, 2018.
In this article, I will explain how to integrate and validate DocuSign with an ASP.NET MVC5 web application.
How To Validate HTML 5 Form Elements In Bootstrap 4
Sep 10, 2018.
In this article. I will demonstrate you how to validate HTML5 textbox, textarea, select, checkbox, radio button and file upload using bootstrap 4. Validation provides valuable, actionable feedback to your users with HTML 5 form validation available in all our supported browsers.
How To Validate XML Using XSD In C#
Jan 29, 2018.
Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as via corporate networks. The XML tags are not pre-defined in XML. You will have to create tags according to your needs.
Integrate Google ReCaptcha And Validate It With ASP.NET MVC 5 And Entity Framework
Dec 11, 2017.
In this Article, I will demonstrate how to integrate Google ReCaptcha and Validate it with ASP.Net MVC5.
How To Validate A Web URL In Xamarin Android App Using Visual Studio 2015
Dec 14, 2016.
In this article, you will learn how to validate a Web URL in Xamarin Android app, using Visual Studio 2015.
How To Validate A Phone Number In Xamarin Android App Using Visual Studio 2015
Dec 13, 2016.
In this article, you will learn how to validate a PhoneNumber in Xamarin Android app, using Visual Studio 2015.
How To Validate An Email Address In Xamarin Android App Using Visual Studio 2015
Dec 07, 2016.
In this article, you will learn how to validate an email address in Xamarin Android app, using Visual Studio 2015.
Capture User Input In Xamarin Android App And Validate It
Nov 28, 2016.
In this article, we will cover how to capture the user input in Xamarin Android app and validate it.
Using Data Annotations to Validate Models in .NET
May 29, 2015.
In this article you will learn how to create model validation using built-in attributes.
jQuery Validation Plugin to Validate Web Forms
Apr 14, 2015.
This article explains how to ue the jQuery validation plugin to validate your web forms.
Download, Export and Validate Service Metadata by Development Command Prompt
Nov 20, 2014.
This article provides the syntax and shows how to download the metadata of a service.
How to Validate GridView Fields in ASP.Net
Mar 04, 2014.
In this article, we will see how to validate each row of a GridView independently of other rows in ASP.NET.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
Feb 07, 2014.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
How to Validate a TextBox Control in F#
Sep 20, 2013.
This article shows how to validate a user control in a Windows Forms application.
How to Validate Email in Android Studio
Jun 06, 2013.
In this article you will learn how to Validate Email in Android Studio.
How to Validate the Edit Text in Android Studio
Jun 05, 2013.
In this you will learn how to validate the Edit text in Android Studio.
How to Validate Data Within a Stored Procedure
Jul 04, 2012.
In this article I am going to explain how to validate data within a stored procedure.
Regular Expressions To Validate an ASP. NET Form Using JQuery
Nov 07, 2011.
In this article we will discuss how to write Regular Expressions to validate an ASP. NET form using Jquery.
Custom Validation to Validate Dates with Client-Script
May 31, 2011.
In this article I am going to explain how we can validate two dates using custom-validator. This article also covers how to use a JQuery calendar in master pages.
Enable User to Validate Canada and US Zip Code
Sep 04, 2007.
This article will help user to validate Canada and US zip code.
Using SOAP Headers to Validate Clients
May 18, 2007.
In this brief article I will attempt to show you how you can use SOAP headers within your web service to validate clients and thereby secure your service from unauthorized usage.
Extend the Textbox Control to Validate Against Regular Expressions
Jan 05, 2007.
This article describes an approach to validating text box entries against a regular expression.
JWT Session 5: How ASP.NET Core Validates JWT Tokens Behind the Scenes
Jul 19, 2026.
Learn how ASP.NET Core validates JWT tokens behind the scenes, ensuring API security by checking signatures, expiration, issuer, and audience.
Validate Email Addresses with Regular Expressions in C#
Oct 06, 2025.
Learn how to effectively validate email addresses in C# using regular expressions (regex). This guide covers practical regex patterns, from simple checks to more robust RFC-like validation. Explore safer alternatives like System.Net.Mail.MailAddress and techniques for handling internationalized domains (IDN). Discover best practices for performance, security, and comprehensive email verification beyond just format, including unit testing and real-world examples.
Build a Validated React Login Form Using Zod and React Hook Form
Aug 26, 2025.
React Hook Form with Zod provides powerful form validation in React apps. It ensures accurate input handling, schema-based validation, and better performance, making forms reliable, scalable, and user-friendly.
Validate Binary Search Tree in DSA – Rules, Algorithms, and Code
Aug 13, 2025.
Learn how to validate whether a given binary tree is a valid Binary Search Tree (BST) using step-by-step logic, rules, iterative and recursive algorithms, and Java examples.
Validate the UPI ID Format
Aug 06, 2025.
To validate the UPI ID format in your existing JavaScript method (where you already check for an empty input), you can simply add a regular expression check after the empty check.
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
Mar 15, 2024.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation requirements seamlessly.
Validate Purchase Receipt With The Play Store
Mar 01, 2023.
For server-side purchase receipt validation from the play store, we use google play API. The Google Play Developer API is a set of RESTful web services that allow developers to communicate with the Google Play Store.
Validate If Client ID And Client Secret Are Valid
Jan 31, 2022.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
Custom Authentication (Validate JWT Token) In .NET Core
Jul 27, 2021.
In this article, you will learn about Custom Authentication (Validate JWT token) in .NET Core.
Validate A JSON List Of Objects In ASP.NET Core Using Fluent Validation
Jan 09, 2020.
In this article, you will learn how to validate a JSON list of objects in ASP.NET Core using Fluent Validation.
Validate Your Blazor Form Using EditForm
Apr 11, 2019.
Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code complexity. Server-side validation ensures data integrity and a seamless user interaction.
Validate JSON With ISJSON() Function In SQL Server 2016
Jul 02, 2016.
In this article, you will learn how to validate JSON with ISJSON function introduced in SQL Server 2016.
Validate CKEditor Using jQuery Validate
Sep 30, 2015.
This article explains how to validate CKEditor using jQuery Validate. CKEditor renders in an iframe, causing validation issues with jQuery. A custom jQuery validation method (ckrequired) is introduced to resolve this by extracting and trimming the text content.
Validate Inactive Customer Selection
Sep 30, 2015.
This article about getting customer record and check it's status if it is inactive through alert to user.
Validate Individual Sections of Accordion
Jul 07, 2015.
This article explains how to validate individual sections of an accordion.
Validate ASP.NET Form Using JavaScript
Jun 16, 2015.
In this article, we will learn the use of JavaScript for validations in ASP.NET.
Validate Field in MVC5 Using Resource File
Jun 12, 2014.
This article provides an overview of validation in ASP.NET MVC 5 using a Resource file.
Validate Input in ASP.Net MVC
Apr 01, 2014.
This article explains how to submit your form with HTML content in MVC.
Validate Form on Click of Anchor Using jQuery
Dec 26, 2013.
This article explains how to validate a form on a click of an Anchor using jQuery.
Validate File Extension in ASP.NET Using JavaScript
May 03, 2013.
This article shows how to validate a file extension in ASP.NET using JavaScript.
Validate Registration Form in PHP
Feb 14, 2013.
I this article I explain how to validate a registration form using a JavaScript function
Validate Card Number in PHP
Feb 13, 2013.
In this article I explain credit card number validation in PHP using JavaScript
Validating and Authorizing JWTs in a Serverless Multi-Agent RAG Backend
Jul 03, 2026.
Secure serverless RAG with JWT validation & authorization. Integrate claims into LangGraph for multi-agent data isolation and compliance.
How to Fix Patch Not Working & Duplicate Records in Power Apps
Feb 27, 2026.
Solve Power Apps Patch issues! Prevent duplicate records and silent failures when saving data to SharePoint. Learn to update or create records reliably using LookUp. In real-world Power Apps projects, Patch failures and duplicate SharePoint records are common challenges that impact data integrity and user experience. This article explains the root causes behind these issues and how to handle them effectively. Learn practical techniques like proper form validation, conditional Patch logic, and duplicate checks. A real-world scenario walkthrough makes it easy to implement these solutions in your own apps.
Validating User Input in Forms with JavaScript and ASP.NET
Feb 24, 2026.
Enhance your ASP.NET web applications with robust client-side validation! Learn how to validate email and mobile number inputs in a Contact Us form using JavaScript, ensuring data accuracy and a better user experience. Prevent errors and improve data quality.
Validating YAML and TOML Configurations in Python with Pydantic
Feb 17, 2026.
Validate YAML/TOML configs in Python with Pydantic. Ensure type safety, structured settings, and fail-fast validation for robust applications. Stop errors before runtime!
Is It Really Equilateral? Validating Triangles in High-Precision Systems Using Python
Oct 14, 2025.
Explore the critical role of equilateral triangle validation in high-precision systems. This article delves into Python implementations for verifying equilateral triangles using side lengths and 2D coordinates, emphasizing the importance of handling floating-point precision and input validation. Learn best practices, common pitfalls, and see a real-world application in microchip manufacturing, complete with test cases and an interactive demo.
Validating UPI IDs Using a Secure API
Aug 01, 2025.
Implement UPI ID validation in ASP.NET Web Forms using JavaScript and AJAX. Validate UPI via backend API, display real-time feedback, and handle success or error responses for a seamless user experience.
Validating Input and Forms in AngularJS
Jul 23, 2024.
Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, and service implementation.
Validating an HTTP Endpoint to Receive Events from Azure Event Grid
Feb 07, 2024.
This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microsoft.
Learn to Search CPF from Clipboard
Jan 22, 2024.
Learn how to use the clipboard to read and validate search a valid CPF on it. Automate CPF validation in Brazil using JavaScript. Learn how to copy and validate CPF from memory, making data entry seamless. Check out the code and enhance the user experience.
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
Aug 02, 2023.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept incoming HTTP requests and inspect the email content for potential phishing indicators. Middleware in ASP.NET Core can be used to perform custom processing on incoming requests and outgoing responses.
Two Factor Google Authenticator Using ASP.NET Core And Angular
Feb 27, 2023.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
Learn To Check Is A CNPJ Is Valid
Feb 01, 2023.
CNPJ is a legal document in Brazil. Learn here how to validate it.
Learn To Check If A CPF Is Valid
Jan 30, 2023.
CPF is a legal document in Brazil. Learn here how to validate it.
Validating Client ID And Client Secret Using POSTMAN
Aug 30, 2022.
This article covers how to validate Azure AD App credentials (Client ID & Secret) and test operations using POSTMAN. It explains how to configure OAuth 2.0 for API permissions and test Graph API endpoints for channel creation and deletion.
Validating Data Made Easy
May 17, 2022.
In this article, you will learn how validating data made easy.
Coding Faster With dotNetTips Spargine 6 - Validating Arguments Made Easy
May 01, 2022.
In this article, you will learn how to code faster with dotNetTips Spargine 6: Validating Arguments Made Easy
ASP.NET Core Web API - Creating And Validating JWT (JSON Web Token)
Mar 05, 2020.
Creating & validating JSON Web Tokens is very straightforward in ASP.NET Core Web API. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
ASP.NET Web API 2 - Creating And Validating JWT (JSON Web Token)
Oct 15, 2019.
Creating & validating JSON Web Tokens is very straightforward in ASP.NET Web API 2. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
String Algorithm - Validating If String Conversion Requires More Than One Edits
Sep 03, 2019.
This article describes the algorithm to validate how many edits are required to convert one string into another string
String Algorithm - Validating If String Has Unique Characters
Aug 22, 2019.
This article describes an algorithm program to validate if the given string contains unique characters.
ASP.NET MVC 5 - DocuSign🖋️- Validating And Viewing Document(s) On A Modal-Dialog
Dec 19, 2018.
In this article, we will see how to validate the DocuSign document by viewing it in Modal Dialog using an iframe in our web application.
Validating User Input Using Regular Expression With C#
Dec 22, 2017.
In software development, validating user input is crucial to prevent errors and security issues. Regular expressions (regex) are used to validate fields such as email, zip codes, and phone numbers. This C# example demonstrates using regex for validation in a Windows Forms app, ensuring data accuracy and security.
Uploading, Validating, And Storing A File Into Database Using EF In ASP.NET MVC5
Nov 20, 2017.
Here, you will learn how to upload a file, validate a file and store a file into database using JQuery, Entity Framework in ASP.NET MVC5
JavaScript Code For Validating U.S. Format Phone Numbers
Aug 21, 2017.
In this article, we shall learn how to do client side validation of US format phone numbers in three textbox fields. It means the application will be more responsive because the load on the server is reduced. JavaScript uses the client machine processing power.
Validating HTTPS Request URL Using AuthorizationFilter
Oct 08, 2016.
In this article, you will learn how to enable HTTPS in WebAPI2 , validate HTTPS request URL, using AuthorizationFilter.
Dynamically Creating Multiple File Uploads In MVC And Validating It
Aug 25, 2016.
In this article, you will learn how to dynamically create multiple file uploads in MVC and validate it.
Validating Social Security Numbers Through Regular Expressions
Nov 09, 2015.
In this article you will learn how to validate Social Security numbers through Regular Expressions.
Validating MIME of a File Before Uploading in ASP.Net
Mar 30, 2015.
This article explains how to check the MIME type of a file.
Validating Extension Before Uploading File in ASP.Net
Mar 30, 2015.
This article explains how to check the extension of a file.
Validating Mobile IMEI Number
Mar 28, 2015.
Validating Mobile IMEI Numbers ensures device authenticity and legality. IMEI, or International Mobile Equipment Identity, serves as a unique identifier for mobile devices. Verification confirms device legitimacy and aids in tracking stolen or counterfeit devices, enhancing security and consumer protection.
Validating Document Using REST
Mar 25, 2015.
This article helps you to check/validate whether the document is followed by the current user or not using REST.
Creating, Validating & Reading Dynamic Textbox in ASP.Net
Mar 17, 2015.
This article explains how to generate a TextBox at the runtime with validation in an ASP.NET Web Application.
Model Validation in Backbone.JS: Part 3
Dec 30, 2014.
This article is particularly based on how the validation is done and issues related to this is handle in Backbone model using some methods.
Basics of XML and Validation of XML
Apr 08, 2014.
This article covers the basics of XML and the validation of XML.