Event Viewer Logs with .NET Core Workers as Windows Services

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

Apply Cut or Copy to blank lines when there is no selection

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

Timers in .NET Part 2

I have started to cross-post to the Dev Community website as well as on my solrevdev blog.

Continue Reading

Navigate into a newly created directory

Today I came across a fantastic command line trick.

Continue Reading

Timers in .NET

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