Hi and welcome to my tech blog!

public static string Welcome(){ if (GetTotalVisits() == 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
- Running .AspNet Core 5 as a windows 10 service
- 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
Thanks Niels for your example. I must admit I’ve tried numerous ways to get a local RPI4 (as well as…
Hi Calin, Thank you very much for your comment. You are correct, I have corrected the variable naming in the…
Thank you very much! This is exactly what I was looking for! P.S. There is a small mistake in “opt”…
- […] ora creiamo la classe SelfSignedServerCertificate.cs (vedi doc doc doc): […]
Hi Magnus, Thank you for your comment 🙂 There is no way unfortunately for you to get a green browser…