Learning C# for VB.NET Programmers

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 […]

WMI Programming with VB.NET

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 […]