Ga naar hoofdinhoud

2 berichten getagd met "C#"

Laat alle tags zien

· 5 minuten leestijd
Mitchell Mudd

Logo of the dotnet mascot Mod

Having come over to .Net from javascript land I found myself confused when I needed to store sensitive information for the first time. I couldn't use a .env file and proccess.env.superSecretThing anymore. No worries though because there are tons of ways to store sensitive data using .Net!

· 3 minuten leestijd
Mitchell Mudd

Logo of the dotnet mascot Mod

When I first started my new project using .Net MAUI (Blazor Server) I ran into a big issue. I couldn't use the debugger 🤯! For a while I just dealt with this, but then kept dealing with bugs that would have been much easier to fix with a debugger. I finally decided to fix this issue and I'm going to show you how to fix it too!