There's no doubt that WMI and PowerShell make a formidable pair. A common challenge for PowerShell beginners is discovering what you can do with WMI. Get-WMIObject returns all instances of a given WMI ...
I'm just starting a new project and coming up with some coding conventions for my team. We've a slight disagreement over class/namespace conventions (We're using C#). The options are: 1: Classes ...
I was just idly pondering the annoying lack of free functions in C# when it occurred to me that a static partial class with a private constructor could be used to act as a namespace... We don't use ...
Every once in a long while, I have a class name that appears in two different namespaces (there are other kinds of namespace confusions that I can run into but this is most common). If I use ...