Hi and welcome to my tech blog!
public async Task<string> Welcome(){ if (TotalVisits == 1) return "Welcome to my blog!"; else return "Welcome back, so nice to see you again :)"; }
So this is my little corner of the internet where I get to ramble about my crazy projects as well as helpful tips and tricks that others might find useful!
Latest news
Latest Articles
- Hetzner KVM no console output
- AWS RDS database inaccessible when offline
- Forcing site to use HTTPs using .htaccess
- Running .AspNet Core 5 as a windows 10 service
- CWP Admin panel SSL using Let’s Encrypt (apache only)
- Saving files with different encoding in Visual Studio 2019
- CentOS 7 installing ConfigServer Firewall and Login Failure Deamon
- AspNet Core starting Kestrel with Generated SelfSigned certificate
- DotNet Core/Standard Detecting the current OS.
- Issue when upgrading dotnet core 2.2 to 3.1: must provide a value for Configuration microsoft.aspnetcore.razor.design\2.2.0
Latest comments
Dude! Thanks so much – I was using ECdsa and I did *something* wrong and kept getting SCHANNEL errors -…
Hi Patrick, That is awesome, so glad this helped you out 🙂
Thank you very much. I was looking for such a solution for a while. I was afraid I had to…
Hi Magnus, Thank you for your comment 🙂 There is no way unfortunately for you to get a green browser…
Hi Andrew, Thank you so much man I really appreciate you took the time to comment, and I am thrilled…