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 Secrets
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sateesh Arveti (4)
CSharp TV (3)
Sardar Mudassar Ali Khan (2)
Anupam Maiti (2)
Muhammad Asif (2)
Saillesh Pawar (2)
Andrew Karasev (2)
Vijay Pratap Singh (1)
Nakkeeran Natarajan (1)
Nikunj Satasiya (1)
Abdul Basith (1)
Poonam Beniwal (1)
Lokendra Singh (1)
Nisha Pandita (1)
Sarathlal Saseendran (1)
Sarthak Varshney (1)
Koshila Senadhira (1)
Khoday Akilesh (1)
Rakesh Kalluri (1)
Uttam Kumar (1)
Jin Necesario (1)
Karthick S (1)
Vijai Anand Ramalingam (1)
Nitin Desai (1)
Suthahar Jegatheesan (1)
Igor Jese (1)
Related resources for Secrets
No resource found
How to Create and Use Key Vault References in .NET Core Web API
10/28/2024 4:14:04 AM.
Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
Integrating SharePoint Data Into Node.JS Application
8/9/2024 9:47:50 AM.
Learn how to integrate SharePoint data into Node.js applications. This guide covers setting up a Node.js environment, installing necessary packages (node-sp-auth, request-promise), and authenticating
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
Check Service Principal Names Expiration Date in Microsoft Entra ID
7/9/2024 9:02:27 AM.
This guide outlines the steps to check Service Principal Names (SPN) expiration dates using the Azure portal, ensuring the smooth operation of Azure-based applications. It includes signing in, navigat
Setting Up Google Authentication in ASP.NET Core MVC
7/8/2024 11:37:17 AM.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
How To Access Azure Key Vault Secrets Through Rest API Using Postman
6/5/2024 8:09:28 AM.
Learn how to securely access Azure Key Vault secrets via REST API using Postman. Explore authentication methods, HTTP requests, and secret retrieval to integrate Key Vault seamlessly into your workflo
Exploring Linux: Unlocking the Secrets of the Open-Source
5/21/2024 10:24:04 AM.
Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux ker
Securely Managing Secrets with Azure Key Vault and Python
5/15/2024 7:15:17 AM.
This article introduces leveraging Azure Key Vault with Python to securely store and retrieve secret values. It covers setup, installation, storing, and retrieving secrets, enhancing data protection i
Automate Azure Key Vault Key Refresh with Managed Identity
4/15/2024 8:41:39 AM.
Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
Unveiling the Secrets: Data Mining and Data Warehousing
4/13/2024 6:04:01 PM.
Want to uncover hidden insights in your data? Explore data warehousing & data mining - powerful tools for business intelligence & informed decision-making. #data #analytics
Azure DevOps: Integrate Key Vault Secrets with Local Self-Hosted Agent
2/29/2024 10:29:13 AM.
Learn how to integrate Azure Key Vault secrets into Azure Pipelines for secure CI/CD processes using Self-hosted Local Agents. The comprehensive guide covers Azure DevOps setup, Key Vault management,
Easily Read Key Vault Secrets From ASP.NET Core Web API Application
2/7/2024 5:29:31 AM.
Azure Key Vault facilitates secure storage and access to sensitive information such as API keys and passwords. It organizes secrets into logical groups called vaults. Refer to Microsoft's document
Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage
12/13/2023 1:36:49 PM.
Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
Secrets Of Accumulator Functions
11/22/2023 9:21:23 AM.
Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
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
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
9/7/2023 11:06:27 AM.
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
Registering Applications with Certificates, Secrets, and Federated Credentials
9/2/2023 7:16:16 AM.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
Config Maps and Secrets - Kubernetes Fundamentals Ep. 8
2/16/2023 10:37:01 AM.
In this episode, you will learn about Config Maps and Secrets in Kubernetes.
Unlock the Secrets of the Rank Function in SQL Server
1/18/2023 3:14:41 PM.
Unlock the power of SQL Server and learn the essential rank functions to optimize your database. Get tips and tricks you can use immediately to maximize your SQL Server performance!
Implement AWS Secrets Manager In ASP.NET Core
9/5/2022 10:54:30 AM.
In this article, you will learn how to implement AWS Secrets Manager in Asp.Net Core.
How to Raise Your Game: High Performance Secrets from the Best of the Best
5/10/2022 6:48:49 AM.
Watch this Session by Alan Stein on How to Raise Your Game: High-Performance Secrets from the Best of the Best at Leadership Conference 2022.
ASP.NET Core User Secrets Getting Started
2/7/2022 10:08:18 AM.
User secrets is a fantastic feature in ASP.NET Core. This article will introduce user secrets using the command line dotnet user-secrets.
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.
How To Retrieve Secrets From AWS Secrets Manager In .NET 6 Web API
1/11/2022 3:50:22 PM.
In this article, you will learn how to retrieve secrets from AWS Secrets Manager in .NET 6 Web API.
Create An Azure Key Vault With Vault Access Policy And Add Secrets Using ARM Template
7/25/2021 7:27:55 AM.
In this article, you will learn how to create an azure key vault with vault access policy and add secrets using ARM template.
Unlock the secrets of success - Growth Mindset Show
7/6/2021 3:04:45 PM.
In this episode of Growth Mindset, we discuss on how to Unlock the secrets of success.
How To Authorize Your Key Vault Secrets To Serverless Azure Function
2/11/2021 3:27:35 PM.
In this article, we will learn how to authorize our Azure Function to access Key Vault secrets.
Managing Secrets Using Azure Key Vaults
7/6/2020 8:29:39 AM.
A point of view on how you an organization can achieve their security goals by adopting secret management service from Azure - Key Vaults
Azure Content Mask for Presentations and Screen Recordings
2/6/2020 1:21:21 AM.
In this article, you will learn how to add the Azure content mask for presentations and screen recordings.
Your Secrets Are Safe With Key Vault In ASP.NET Core Web App On Azure
4/3/2019 9:58:09 AM.
I have been trying to explore how to secure the secrets of web applications on Azure using Key Vault. In this article, I will walk you through it.
Secrets of Extension Methods: Part II
9/5/2014 12:49:13 AM.
This article explains how Extension Methods are used in LINQ.
Secrets of Extension Methods: Part I
9/5/2014 12:48:09 AM.
This article gives an introduction to Extension Methods.
Web Services - Great Plains Dexterity Programming Secrets in VB.NET
11/10/2012 12:56:09 AM.
This article is for advanced Great Plains Dexterity and VB.Net developers. It describes the technique of direct COM objects/Web Services calling in Dexterity.
Secrets of Map and Filter Functions
9/29/2012 7:45:21 AM.
This article explains about C# Implementation of Map and Filter Functions
Secrets of Successful Software Requirements
5/13/2012 5:52:48 AM.
Although most companies do some form of requirements, there is often a lack of understanding as to exactly why the requirements need to be created and how. Let's look at some secrets to improve your requirements process even under tight deadlines.
Microsoft CRM Programming Secrets - Tips for Developers
2/2/2006 3:42:59 AM.
This article is for advanced Microsoft CRM SDK C# developers. It describes the technique of direct SQL programming, when SDK doesn't have the functionality to do the job.