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]
Mahesh Chand(4)
Rajesh Gami(3)
Sanwar Ranwa(2)
Vinodh Kumar(2)
Rahul Kumar Saxena(2)
Mike Gold(2)
Saurav Kumar(2)
Sandhiya Priya(1)
Suthahar Jegatheesan(1)
Cynthia Sathuragiri(1)
Vijai Anand Ramalingam(1)
Raj Kumar(1)
Nagaraj M(1)
Siddhesh Chavan(1)
Rajeev Kumar(1)
Vishal Yelve(1)
Naveen Kumar(1)
Rajat Jaiswal(1)
Jay Krishna Reddy (1)
Monica Rathbun(1)
Suneel Kumar Biyyapu(1)
Suvendu Shekhar Giri(1)
Kuppurasu Nagaraj(1)
Kashif Sohail(1)
Douglas Miller(1)
Vineet Kumar Saini(1)
Dinesh Beniwal(1)
Jibin Pan(1)
Gangadhara BD(1)
Jayant Kumar(1)
Ananya Desai(1)
Rajiv Singh(1)
Shaishav Desai(1)
Naimish Makwana(1)
Debasis Saha(1)
Sudhir Choudhary(1)
Sonia Bhadouria Vishvkarma(1)
Diptimaya Patra(1)
Resources
No resource found
How to Mask OTP Input as Dots (••••) Without Triggering Chrome’s “Save Password” Popup
Nov 11, 2025.
Stop Chrome's annoying 'Save Password' popup on OTP inputs! Use `type='text'` with CSS masking (`text-security: disc`) for a clean, user-friendly OTP experience. Prevents unwanted password prompts and ensures proper OTP handling.
Input Mask Directive in Vue.js
Mar 13, 2024.
Learn to implement input masks in Vue.js to format and control data input. Create a directive to apply masks, removing non-digit characters while retaining specified formats like phone numbers.
Input Mask Directive in Angular
Dec 20, 2023.
In this article, we will learn how to create a custom input mask directive in Angular to control user input and format values. Follow the steps, including creating a directive and implementing the necessary code.
Azure Content Mask for Presentations and Screen Recordings
Feb 05, 2020.
In this article, you will learn how to add the Azure content mask for presentations and screen recordings.
Loading Mask For Angular Using CSS
Mar 08, 2018.
In this article I would like to explain how to display loader mask for all the pages in Angular application that disables the underlying html elements while page is loading or during postbacks using CSS.
Programmatically mask the created by and modified by in the SharePoint list edit and display forms
Apr 11, 2011.
In this article we will be seeing how to mask the created by and modified by in the SharePoint list edit and display forms
Brushes with Opacity Mask in WPF
Aug 28, 2008.
In this sample i will describe how to use Brushes with Opacity Mask in WPF(Windows Presentation Foundation).
Architectural Patterns for Data Masking and Redaction
Mar 18, 2026.
Protect sensitive data with masking & redaction. Learn architectural patterns, implementation, and benefits for security, compliance, and trust.
Building a Dynamic Data Masking and Declassification Pipeline in .NET
Nov 19, 2025.
Protect sensitive data in .NET with a dynamic masking pipeline. This guide covers architecture, implementation, security, and auditing for senior .NET developers.
Understanding the Difference Between Encryption and Data Masking
Mar 24, 2025.
In today’s digital landscape, protecting sensitive information is a top priority for organizations. Two widely used techniques for securing data are Encryption and Data Masking. This article explores the key differences between encryption and data masking, their use cases, and their advantages.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
Social Security Number Masking in Angular
Jun 27, 2024.
Learn how to implement Social Security Number (SSN) masking in Angular applications to enhance data security and user privacy. This tutorial covers techniques for masking SSNs in user input fields using Angular forms and provides methods for validating and handling masked input.
Dynamic Data Masking in SQL Server
Oct 23, 2023.
In this article, we will discuss about Dynamic Data Masking (DDM. Dynamic Data Masking (DDM)) in SQL Server is a security feature designed to protect sensitive data in real-time by obfuscating it from users who lack the appropriate access rights. This enables you to selectively mask sensitive data without altering the underlying data itself, ensuring data privacy and confidentiality in scenarios where multiple users with different clearance levels access sensitive data.
Azure Synapse Security: Static Data Masking
Sep 05, 2022.
This is the basic practical implementation of static data masking feature in the azure synapse. This feature is common for all the Microsoft data products such as SQL Server, Azure SQL, Azure SQL managed instance and Azure synapse analytics.
Azure Synapse Analytics Security - Dynamic Data Masking
Aug 09, 2022.
In this article, you will learn about Azure Synapse Analytics Security - Dynamic Data Masking.
SQL Security Tips - Dynamic Data Masking To Secure Data Access
Feb 09, 2022.
There are various aspects of security, and Dynamic Data Masking is one of the important concepts to know. We will describe here what is Dynamic masking and how to implement it with step-by-step examples.
Use Dynamic Data Masking To Protect Sensitive Data In Azure SQL Database
Sep 01, 2021.
In this article, you will learn how to use dynamic data masking to protect sensitive data in Azure SQL database.
Static Data Masking (SSMS 18.0 Preview)
Dec 20, 2018.
Static Data Masking in SSMS 18.0 Preview enhances data security by obscuring sensitive information in databases. It safeguards privacy during testing by replacing real data with masked values, ensuring confidentiality and compliance with data protection regulations.
Mask A Phone Number In Xamarin.Forms Using Behaviors
Jun 01, 2018.
This article demonstrates how to mask phone number fields like XXX-XXX-XXXX using Xamarin Forms Behaviors concept.
Masking Sensitive Data With SQL Server 2016
Nov 10, 2017.
SQL Server 2016 has many features which you can use to make your data and application more secure, more maintained and easily retrieved as per your requirements. It has introduced both client side security such as Always Encrypted as well as server side security such as Data masking etc. In this post we’ll examine how Dynamic Data Masking can help secure our data.
How To Set Dynamic Data Masking in Azure SQL Database
Sep 18, 2016.
In this article, you will learn how to set up dynamic data masking for your database, using the Azure Portal.
Dynamic Data Masking In SQL Server 2016
Mar 11, 2016.
In this article you will learn about Dynamic Data Masking in SQL Server 2016.
Useful C# Windows Forms Input Masks
Mar 01, 2015.
In this article we will learn about useful C# Windows Forms Input Masks.
Masked password textbox in LightSwitch
Dec 18, 2011.
In this article you will see how to create a masked password text box in LightSwitch.
WPF MaskedTextBox Control
Dec 09, 2011.
A MaskedTextBox allows us to apply mask to a TextBox. This article demonstrates how to use the MaskedTextBox control in a WPF application using C# and XAML.
MaskedTextBox In C#
Jul 16, 2010.
In this article, I will discuss how to create a MaskedTextBox control in Windows Forms at design-time as well as run-time.
Masked TextBox In WPF
May 10, 2010.
In this article, I am going to show how we can create a masked textbox in WPF. If an integer value is required, then the user should type integer value and if a string is required, then they should type string. In WPF, I am going to show how we can bound user to do that.
Implementing Opacity Masks in WPF
Jan 29, 2009.
Opacity masks allow us to make portions of an object transparent or semi transparent. This article demonstrates how to implement opacity masks feature in WPF objects such as a Rectangle and an Image.
Implementing Opacity Masks in Silverlight
Nov 05, 2008.
Opacity masks allow us to make portions of an object transparent or semi transparent. This article demonstrates how to implement opacity masks feature in Silverlight objects such as a Rectangle and an Image.
Windows Forms 2.0 MaskedTextBox Control
Nov 10, 2005.
The MaskedTextBox control is a TextBox with mask feature, which allows you to set the format of the data of TextBox such as zip code, date, time, social security, and phone number.
Masked Currency TextBox for Visual Studio 2005 Beta
Aug 14, 2005.
There are some problems with the behavior of the current beta version of the MaskedTextBox when you are using currency. This article will show you how to overcome this behavior with an overriding control.
Masked TextBox Control
Jan 26, 2004.
This Masked Edit TextBox intelligent user control enhances the function of TextBox control, which can mask the Date, IP Address, SSN, Phone number, digit, decimal and check the validation, automatically set delimit location.
Mask Edit Control
Mar 05, 2003.
This control is a attempt to emulate the Marked Edit control available in VB 6.0. MaskEdit control extends the TextBox System.Windows.Forms.TextBox control available in Microsoft .NET library.
What is Test Data Management and Why is it Important in Software Testing?
Apr 20, 2026.
Discover Test Data Management (TDM): its importance in software testing, types of test data, techniques, and benefits. Ensure quality and security in testing!
Understanding Inference Parameters of Transformer Encoders
Jan 09, 2026.
Unlock the power of Transformer Encoders! Master inference parameters like attention masks and hidden states for optimal performance and control. #NLP #Transformers
Implementing a Test Data Fabric | Auto-generate Relational Test Data With Constraints — Practical Design
Nov 24, 2025.
Automate relational test data generation with constraints! This article covers design & implementation using .NET, SQL Server/Postgres, and Angular for a robust Test Data Fabric.
Dynamic Row & Column Permission System (Field-Level Security Using a Rule Engine)
Nov 19, 2025.
Implement dynamic row and column-level security for enterprise apps. Centralize permissions, enforce rules at the API, and mask sensitive data. Enhance security and compliance.
Test Data Management: Strategies for Effective Testing
Sep 22, 2025.
Unlock efficient software testing with Test Data Management (TDM). This article explores strategies for ensuring the right data, at the right time, while maintaining compliance. Learn about data masking, synthetic data generation, automation, and governance to accelerate releases, improve test coverage, and reduce defects. Discover best practices for modern testing environments and data-driven enterprises. Avoid common pitfalls and future-proof your testing!
What is an IPv4 Address and Its Different Classes?
Aug 28, 2025.
Learn what an IPv4 address is, why it is important, and understand its different classes (A to E) with examples. This article explains networking basics in very simple words.
Find Subsets of a Given Array
Jul 03, 2024.
In this article, we explore how to find all subsets of an array in C# using a bit manipulation technique. Each subset corresponds to a binary representation of an integer. By iterating through binary masks, we efficiently generate and print all possible subsets, demonstrating a powerful approach to subset generation.
Protecting Data Integrity and Privacy in Testing
Sep 01, 2023.
Data Integrity and Privacy in Testing: Essential for Reliability and Compliance. Explore the significance, best practices, and a real-time example of safeguarding sensitive data during testing.
Various Ways To Secure Sensitive Data In C#
Feb 13, 2023.
In this article we will see Various ways to secure sensitive data in C# with example.
New Features Of SQL Server 2016
Feb 03, 2016.
In this article you will learn about some new features of SQL Server 2016.
Image Frame in Photoshop
Apr 02, 2013.
In this article you will learn how to make a frame for an image in Photoshop.
Use of StackPanel and Radio Button in Expression Blend
Aug 24, 2012.
Today we are going to design a Quiz contest Screen in Expression Blend 4.
Using AJAX Textbox Extenders
Mar 13, 2009.
This article shows us how to use Textbox Extenders available in AJAX Toolkit.
Modal popup window in ASP.Net
Jan 07, 2009.
A Masked div or modal popup window is a child window created from the parent window which prevents the user from interacting with parent window before he returns to the parent application.
Mortgage Calculator in C# and .NET
Sep 05, 2006.
This article shows you how to create a mortgage calculator in .NET for computing a home loan. It also illustrates how to override a TextBox in order to create your own masked text box that includes thousand separators.