Visual Studio Solution Secrets v2.0
.NET tool to synchronize the secrets of Visual Studio solutions between different development machines.
Nov 9, 20226 min read325

Search for a command to run...
Articles tagged with #csharp
.NET tool to synchronize the secrets of Visual Studio solutions between different development machines.

#yacc #lex #tools (part 3)

As already mentioned in my previous post, as a good practices, secrets (sensitive data like passwords, connection strings, access keys, etc.) must not be committed with your code in any case and must not be deployed with the apps. That's why we must ...

#yacc #lex #tools (part 2)
#yacc #lex #tools (part 1)