This repository contains a sample project that demonstrates how to use User Secrets in a .NET console application. User Secrets is a feature in ASP.NET Core that provides a way to store sensitive information such as API keys, connection strings, and other credentials securely during development. This sample project shows how to leverage this feature in a console application.
- .NET SDK 6.0 or later
- Visual Studio 2022 or Visual Studio Code
- Basic knowledge of C# and .NET