ECErnesto Cianciottaindevnotes.ernstc.net·Mar 3, 2023 · 4 min readSolution Secrets v2.0 for Visual StudioSensitive data like passwords, connection strings, access keys, etc. should not be included in the source code that is committed in a shared repository. Secrets must not be deployed with the apps, too. For developers that use Visual Studio, since man...00
ECErnesto Cianciottaindevnotes.ernstc.net·Nov 9, 2022 · 6 min readVisual Studio Solution Secrets v2.0As mentioned in my previous post about the first release of Visual Studio Solution Secrets, as a good practice in DevOps, you must not store secrets (sensitive data like passwords, connection strings, access keys, etc.) in your source code that is co...00
ECErnesto Cianciottaindevnotes.ernstc.net·May 3, 2022 · 5 min readYacc/Lex Tools, it's time to upgrade to 1.0.0Yacc/Lex With a very short introduction, Lex and Yacc are useful tools that you would use if you want to create a compiler, a transpiler or you just want to interpret a formal language. YaccLexTools is focused on C#. Other tools are available for o...00
ECErnesto Cianciottaindevnotes.ernstc.net·May 3, 2022 · 2 min readSolution Secrets extension for Visual StudioAs 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 ...00
ECErnesto Cianciottaindevnotes.ernstc.net·Feb 5, 2022 · 4 min readVisual Studio Solution SecretsA 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 DevOps practices, you should know that secrets (sensitive data like passwords, connection strings, a...00