Visual Studio extension to synchronize solution secrets across different development workstations. · Sensitive data like passwords, connection strings,...
.NET tool to synchronize the secrets of Visual Studio solutions between different development machines. · As mentioned in my previous post about the...
#yacc #lex #tools (part 3) · Yacc/Lex With a very short introduction, Lex and Yacc are useful tools that you would use if you want to create a compiler,...
As already mentioned in my previous post, as a good practices, secrets (sensitive data like passwords, connection strings, access keys, etc.) must not...
A NEW VERSION IS AVAILABLE !!! Visual Studio Solution Secrets has been updated to version 2.0. Click here to read about the news. If you are good in...
#yacc #lex #tools (part 2) · In my previous post "Languages and Translators with Visual Studio" I explained how to add a parser to your C# project using...