31 Jan 2020
Back in the older classic windows only .NET Framework days, I would use a cool framework called TopShelf to help turn a console application during development into a running windows service in production.
Continue Reading
31 Jan 2020
I mostly code in Visual Studio Code Insiders on either macOS or Linux but on the occasion that I develop on windows, I do like to use the old faithful Visual Studio.
Continue Reading
28 Jan 2020
I have started to cross-post to the Dev Community website as well as on my solrevdev blog.
Continue Reading
28 Jan 2020
Today I came across a fantastic command line trick.
Continue Reading
27 Jan 2020
A current C# project of mine required a timer where every couple of seconds a method would fire and a potentially fairly long-running process would run.
Continue Reading