I’ve finally decided that it’s time to learn C#. I’ve just graduated from a year long VB.NET certificate program at the University of Washington so I’m feeling really comfortable with the Visual Studio 2005 IDE and with the .NET Framework classes etc. Given that, I figured the learning curve shouldn’t be too steep. So, I […]
Filed under: VB.NET (All), C# (All) on July 1st, 2006 | No Comments »
Introduction
This blog entry does not provide a comprehensive explanation of WMI. It is intended to provide a basic overview for the beginner to get their feet wet.
Overview
Windows Management Instrumentation (WMI) is a subsystem of the Windows operating system. It is accessible programmatically through the System.Management namespace. Through WMI, a developer can provide event monitoring, change […]
Filed under: VB.NET (All), VB (How To's) on June 6th, 2006 | No Comments »