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 Keys
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (3)
Hadshana Kamalanathan (2)
Ajay Kumar (2)
Vulpes (2)
Vinay Ayinapurapu (2)
Mohamed Shifan (2)
Code Alone (2)
Karthikeyan Anbarasan (2)
Sangeetha S (1)
Harminder Singh (1)
Nikunj Satasiya (1)
Sanjay Kumar (1)
Vikas Singh (1)
Santhosh Teja (1)
Ashwani Bakshi (1)
Monica Rathbun (1)
Sardar Mudassar Ali Khan (1)
Ramasagar Pulidindi (1)
Ayushi Jain (1)
Abhishek Yadav (1)
Nandan Hegde (1)
Vithal Wadje (1)
Keyur (1)
Ravi Satyadarshi (1)
Koshila Senadhira (1)
Vishal Yelve (1)
Richa Garg (1)
Abhishek Shukla (1)
Ishika Tiwari (1)
Vikas Hooda (1)
Jay Krishnareddy (1)
Jin Necesario (1)
Pankaj Kumar Choudhary (1)
Karthick S (1)
Sandhya Shinde (1)
Rijwan Ansari (1)
Ajay Yadav (1)
Nitin (1)
Arjun Panwar (1)
Kartik Kumar (1)
Rohit Tomar (1)
Aman Singhal (1)
Arun Choudhary (1)
Shubham Srivastava (1)
Sanjoli Gupta (1)
Parth Patel (1)
Deepak Middha (1)
Anil Kumar (1)
Usama Shahid (1)
Ravi Patel (1)
Mahender Pal (1)
Praveen Sreeram (1)
Abdul Rasheed Feroz Khan (1)
Rahul Bansal (1)
Destin Joy (1)
Abhishek Kumar Ravi (1)
Neha (1)
Vinod Kumar (1)
Shekhar Chauhan (1)
Jean Paul (1)
Abhimanyu K Vatsa (1)
Sushmita Kumari (1)
Dea Saddler (1)
Tanmay Sarkar (1)
Rafal Wozniak (1)
ykouame1 (1)
Related resources for Keys
No resource found
Windows Shortcut keys for Working in Android Studio
11/11/2024 7:08:32 AM.
This guide covers the most useful shortcuts for coding, navigation, and debugging in Android Studio. Learn how to speed up your workflow and work more efficiently with these simple keyboard shortcuts
Activate Server-Side Encryption for Azure Disks with Customer Keys
10/21/2024 6:21:07 AM.
Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enh
Types of Keys in SQL
10/1/2024 6:09:16 AM.
In SQL, keys play a crucial role in maintaining data integrity and defining relationships between tables. Common types include the Primary Key, which uniquely identifies records; the Foreign Key, link
Securing Sensitive Data with Azure Key Vault in .NET Core
7/23/2024 10:32:58 AM.
Integrate Azure Key Vault with your .NET Core application to securely manage sensitive data like passwords and API keys. Azure Key Vault offers centralized, secure storage with Azure Active Directory
Authentication Methods in C#: From Basic to JWT and API Keys
7/4/2024 4:27:07 AM.
This article explores the history and implementation of authentication methods in C#, including Basic, Digest, Cookie, Session, Token (JWT), and API keys, highlighting their security features and prac
Contrast b/w 'KeyValuePair<TKey, TValue>' and 'Dictionary<TKey, TValue>' in C#
6/16/2024 1:06:19 PM.
This article explores the features and uses of KeyValuePair<TKey, TValue> and IDictionary<TKey, TValue> in C#. It highlights KeyValuePair's immutability and its use in representing si
Generating Public/Private Keys In C# And .NET
6/14/2024 10:40:14 AM.
How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider
A Dictionary Class Which Permits Duplicate Keys
5/20/2024 11:57:02 AM.
A dictionary class permitting duplicate keys accommodates multiple values for the same key. It employs strategies like chaining or allowing multiple entries with the same key, enhancing flexibility in
Azure Key Vault : Implementing Azure Key Vault in C#
4/30/2024 3:40:37 AM.
Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# applicati
How To Encrypt And Decrypt In C# Using Simple AES Keys
4/12/2024 11:29:58 AM.
Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
How To Use Sequelize-CLI In Node
4/11/2024 7:03:38 AM.
Learn to use Sequelize CLI to create tables, set up relationships with foreign keys. Prerequisites include Node and MySQL. Set up project structure, install necessary packages. Configure Sequelize str
How To Get Started With Always Encrypted For Beginners - Part Three
3/28/2024 6:26:32 AM.
Discover advanced techniques in data security with Always Encrypted in Microsoft SQL Server. Part Three of our beginner's guide delves deeper into encryption keys, transparent data encryption, and
Third-party API Integration in Asp.NET Core Web API
2/20/2024 6:21:52 AM.
ASP.NET Core is a powerful framework for building web APIs, allowing developers to create robust and scalable applications. One of the key features of modern web development is the integration of thir
Explain Keyed Services in .NET 8
2/12/2024 11:59:02 AM.
This article explores the concept of keyed services in .NET 8, a new feature enhancing dependency injection capabilities. It explains the benefits of using keyed services, along with detailed steps on
What Are Relationships in Power BI
2/8/2024 7:08:14 AM.
This content provides an overview of the different types of relationships that can be established between tables in Power BI. It discusses four main types of relationships: many-to-one, one-to-one, on
Creating Keystore to Publish MAUI App from Scratch to End
2/7/2024 11:00:43 AM.
When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it'
Data Vault Design in Azure SQL - Read PII with Customer Keys
2/5/2024 11:00:54 AM.
Data Vault design in Azure SQL - Utilizing Customer keys to read PII information in databases. Ensuring data security in the cloud era is crucial, especially with the rise in data attacks. Protecting
Generating X.509 Certificates with Private and Public Keys for IoT Device Security
1/2/2024 5:57:38 AM.
In this article, we will explore the process of generating X.509 certificates with private and public keys for IoT device security. This is essential for testing purposes, particularly when working wi
API Keys vs Tokens
12/12/2023 4:41:31 AM.
In the realm of APIs, API keys and tokens serve distinct roles. API keys authenticate requests with simplicity, while tokens, like JWTs, offer enhanced security and access control. This article elucid
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
Dictionary Overview In C#
9/22/2023 8:33:21 AM.
This article is an overview of Dictionary in C#. Dictionary is a generic class that belongs to the System.Collection namespace in . NET. A dictionary can store Keys and Values of any data type in .NET
How to Create a Key Vault Using the Microsoft Azure portal
9/11/2023 11:42:38 AM.
To create a Key Vault in the Microsoft Azure portal, first, log in to the Azure Portal at portal.azure.com. Then, click "Create a resource" and search for "Key Vault." Select Key V
Google Chrome Shortcut Keys for Windows
8/27/2023 1:39:14 PM.
This article will teach you about Google Chrome Shortcut Keys for Windows.
Various Operations in Dictionary Using C#
8/24/2023 6:35:26 AM.
The Dictionary type in the C# language provides fast lookups of keys to get their values. It allows use of keys and values of any type, including integers and strings.
Control access to private data using Azure storage shared access signatures
8/17/2023 12:19:38 PM.
Learn how an architecture shift using a middleware service and short-duration Azure Storage Shared Access Signatures (SAS) improves data protection and access control. Understand the significance of A
How to Iterate Over JavaScript Object's Properties and Values?
7/20/2023 4:23:15 AM.
In this article, we will learn How to Iterate Over JavaScript Object's Properties and Values
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
7/6/2023 4:49:23 AM.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 a
How to get Azure Open AI Keys and Endpoint
6/13/2023 10:17:05 AM.
In this article we will discuss the steps on how to get Open AI keys and end point using Azure Portal.
SQL Constraints
3/9/2023 8:23:12 AM.
In this article, we are going to learn about the importance of SQL and its Constraints.
SQL Server Primary Keys
3/6/2023 6:41:21 AM.
Discusses what's a primary key, entity integrity, primary key constraint, composite keys, and the benefits of a primary key.
Manage Disk Encryption Keys For Azure Virtual Machines
2/28/2023 10:32:56 AM.
In this article, I will guide you to manage disk encryption keys for Azure virtual machine by using azure Key vault, Azure Key Vault for managing encryption keys that can be used for encrypting our da
Use Azure Portal To Create A Azure Key Vault
2/27/2023 10:34:37 AM.
In this article you will learn how to implement Azure Key Vault using the Azure portal, Azure Key Vault is a cloud based key management solution and helps to securing cryptographic keys, passwords and
Types of Keys in Database
12/22/2022 8:49:59 AM.
There are ten different types of keys in DBMS. In this article you will learn about different types of keys in database.
Add Primary Key, Unique Keys, or Foreign Keys to a Table using SQL
12/21/2022 7:08:31 AM.
In this post, learn how to add a Primary Key, Unique Keys, or a Foreign Keys to an existing table using a SQL query.
Find Primary Key, Unique Key, or Foreign Key in a Table and Delete Keys Using SQL
12/21/2022 5:01:34 AM.
Today, we will learn how to find a Primary Key, Unique Key, or a Foreign Keys in a table using SQL and how to delete a primary key, unique key, or a foreign key from a table using SQL.
Setting Up OpenSSL On Windows 10 Machine
7/17/2022 1:37:05 PM.
This article explains what openssl is and steps to install properly in windows 10 machines.
AWS Secrets Manager Vs Parameter Store (Systems Manager)
2/2/2022 11:11:01 AM.
In this article, you will learn about AWS Secrets Manager Vs Parameter Store.
Shortcut Keys In Visual Studio
11/4/2021 5:10:30 AM.
In this article, we are going to learn different types of shortcut keys available in visual studio along with important points to remember for quality code.
Most Popular And Useful Visual Studio Shortcut Keys
10/30/2021 5:24:47 PM.
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy shortcut keys for visua
Extreme .NET Reverse Engineering: Part 5
2/3/2021 6:52:33 AM.
In this article, we have seen how to obtain sensitive information without having access to real source code, including how to manipulate IL code to do that.
Switch Light On With Up And Down Arrow Keys Using C# Scripts In Unity
9/14/2020 11:33:17 AM.
In this article, you will learn about switching Light On UP and Down Arrow Keys using C# Scripts in Unity.
Working with Keys in MySQL
8/28/2020 10:22:52 AM.
In this Article we will learn about keys working in MySQL.
Windows 8 Keyboard Shortcuts
1/17/2020 9:58:49 AM.
Check out a list of useful Windows 8 shortcut keys.
How To Use Shortcuts Keys Of Microsoft Edge Browser In Windows 10
1/13/2020 4:38:07 AM.
In this article, you will learn how to use shortcuts keys of Microsoft Edge Browser in Windows 10.
How You Can Turn On/Off Toggle Keys in Windows 10
1/6/2020 10:52:03 PM.
This article shows how to turn on/off toggle keys in Windows 10.
Internet Explorer 10 Shortcut Keys In Windows 8
12/17/2019 12:10:09 AM.
In this article we are going to explain Internet Explorer 10 Shortcut Keys In Windows 8.
Shortcuts Keys For Windows 8
12/8/2019 11:11:09 PM.
This article describe how to use of Hotkeys for Windows 8.
Make Keyboard Easier to Use in Windows 8
12/2/2019 2:58:36 AM.
In this article we will provide some guideline to easily modify the use of the keyboard.
How to Lock Your Keyboard in Windows 8 to Prevent Keystrokes
12/2/2019 2:52:20 AM.
In this article, I will explain how to lock you keyboard in Windows 8
Azure Key Vault Keystore Configuration
10/16/2019 10:00:33 AM.
In this article, you will learn about Azure key vault keystore configuration.
Release APK In Flutter
7/31/2019 9:16:01 AM.
In this article, you will learn how to generate a release apk in Flutter.
Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor in SQL Server
7/15/2019 6:34:56 AM.
In this article, I describe Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor.
Understanding Group In LIQN By With Easy Examples
6/2/2019 7:23:18 AM.
This article explains GroupBy in LINQ with real-world code example.
How to get all keys of a dictionary with C#
12/20/2018 2:47:40 AM.
How to get all keys of a dictionary with C#. The Keys property gets a collection containing the keys in the Dictionary. It returns an object of KeyCollection type.
Normalization In Databases
10/4/2018 12:59:42 AM.
Sometimes the database design that looks Ok at first sight may have some hidden problems. One such kind of problem is Non-Atomic Values. This means that the value that stored in a single column in the
Visual Studio Shortcut Keys
3/7/2018 11:09:20 PM.
In this article you will learn about some Visual Studio Shortcuts.
Implementing Duplicate Detection Using Keys
2/4/2018 11:54:33 AM.
Dynamics CRM contains a duplicate detection feature that can be enabled for multiple operations; for example, we can see different options under duplicate detection settings.
Azure Storage Account Why Two Access Keys
1/1/2017 4:57:25 AM.
In this article, we will understand why Azure has provided two access keys to access the Storage Account.
Creating A Linux VM On Azure With SSH Keys From Ubuntu Machine
12/13/2016 12:06:02 PM.
In this article you will learn how to create a Linux VM on Azure with SSH Keys from Ubuntu Machine.
Shortcuts in Visual Studio that are Trump Cards in Coding
3/24/2015 9:04:01 AM.
In this article, I provide some basic shortcuts for coders to make their lives easier.
How to Enable SSO For Web Services Used in InfoPath Form in SharePoint 2013
12/10/2013 4:21:19 AM.
To use SharePoint Web services in InfoPath form with is configured using Claim based SharePoint sites we have to create SSO for Web service connection and have to be mentioned in the connection file(.udcx). We can see the detailed steps for the same in this article.
Registry Handling Using C#: Basic
10/21/2013 2:18:57 PM.
Here, we are going to manipulate the Registry Editor’s sub-Keys in their Directory using C# codes.
Keyspline Animation of Images in WPF Using the XAML
6/26/2013 4:31:33 PM.
This article describes Keyspline animation of images in WPF using XAML. Keyspline is used to show how the animation property changes between the previous key-frame and next selected key-frame. Formally it shows a transition among its targeted values over its given duration.
Swapping Array Keys and Values in PHP
4/21/2013 3:22:32 PM.
In this article I will explain how to swap Array Keys and Values in PHP.
Introduction to Keyboard Shortcuts in JIRA Tool in Testing
12/20/2012 3:49:38 PM.
In this article we discuss various Keyboard Shortcuts in the JIRA tool.
Send Keys to Application Programmatically Using C#
12/12/2012 10:10:03 PM.
In this article we can explore a scenario I have encountered while working with SharePoint.
Windows Azure - Get Access Keys For Azure Storage Account
5/19/2012 6:42:24 AM.
In this article we are going to see how to fetch the Access Keys of an Azure Storage Account using the Windows Azure Management Portal.
Windows Azure - Regenerate New Access Keys For Azure Storage Account
5/19/2012 6:10:50 AM.
In this article we are going to see how to generate new Access Keys for an Azure Storage Account using the Windows Azure Management Portal.
Using Function Keys (F1, F2, F3 Etc) in ASP.NET Websites With the Help of JQuery
5/15/2012 3:07:38 PM.
In this article you are going to learn how to use function keys like F1, F2, F3 etc in ASP.NET based websites with the help of jQuery.
How to Read and Write System Registry Keys using C# (VS.Net 2005)
5/15/2012 1:56:07 PM.
Most of the time while working with the Enterprise Application will need to store the user preferences inside the windows system registry. In a general term Windows Registry is the database that holds all the settings Windows needs to function.
A Dictionary Class Which Permits Duplicate keys : Part II
5/15/2012 12:34:00 PM.
In this article, I present a number of adjuncts to the 'Lexicon' class which I introduced in an earlier article.
Keystrokes in WPF using F#
5/13/2012 3:33:32 AM.
This article is a demonstration regarding Keystrokes implementation in WPF. Take a quick review to learn.
Make Combination of Keys For Our Trial Version Application
8/3/2011 12:58:46 PM.
In this article we make a combination of keys for our trial period application.
Usage of system hotkeys and window messages in C#
6/11/2010 4:28:36 AM.
This article will show how to register a system hotkey for a currently running application and how to handle window messages for altering controls functionality or adding new functions to them.
Using Enter and Tab Keys to Navigate on a Form
12/28/2005 5:44:02 AM.
When building Windows Forms application you may want to use a tab or return key to navigate on your textboxes. This code shows you how to do it.