Articles in this series
Using PowerShell, I am sure you've found yourself in situations where you need to use an array, but did you know that arrays are immutable? When we...
Recursion in PowerShell (and in programming in general) refers to a technique where a function or method calls itself repeatedly until a certain...
Message Digest Algorithm 5 · I cannot count the number of times that I had to work with engineers that held fancy titles but simply didn't know how to do...
Subscribes to the events that are generated by a Microsoft .NET Framework object. · There are many .NET events that you could subscribe to and react to...
GetNewClosure() & COM Objects · Yes, closures do exist in PowerShell, even though they may not be as commonly used or talked about as in some other...
A lightweight, serverless, document-based NoSQL database · All tutorials that I found online gave outdated instructions on how to download LiteDB for...