How Should I Be Hashing Passwords in C#/dotnet core?
December 07, 2020I wanted to add authorization to a SPA web api backend (using asp.net core). The build in solutions seem to either be IdentityServer4 (which…
I wanted to add authorization to a SPA web api backend (using asp.net core). The build in solutions seem to either be IdentityServer4 (which…
When I Googled for this, I got a bunch of results that just explain the pipe; but I wanted to know if I could use an async variable into…
I have a Powershell deploy script that runs multiple background tasks in parallel using a script block. The block was using but I wasn’t…
On my computer, my default git user is for my work account. I was working on a personal project, pushed it to GitHub, and didn’t realize…
I wanted to use and still be able to highlight text with my mouse and have it copied to the system clipboard. captures mouse commands…