Popular Posts

Recent Posts

Pipeline sequence in PowerShell

Here’s an example of a pipeline sequence in PowerShell — a simple but powerful concept.Imagine you forgot to clean up your old log files. Or, as I had to do today, you open the dreaded folder ‘inetpub/mailroot/Badmail’ on a dev server and see thousands of files. Read more»

Windows

C# Singleton for Context

I use the context service as a singletone in the app. What do you think, is this a good way to initialize and use context the way like this (see below) is it better just to use it as disposable? See examples below and write the comments Read more»

.Net & C#