Categories

Connect With Jason

Ad Space

Learn to Code with Code Year

I’ve had many folks ask me how to get started coding over the years. There are so many resources available that it is sometimes difficult to point them in a single direction. Newcomers can easily be frustrated by having too many choices or by the girth of many programming books.

A great resource for

Continue reading Learn to Code with Code Year

The Art of Coding without Coding (WMI Part 1)

One of the great things about using the Systems.Management namespace is all of the information you can retrieve.  Adding a reference to the Systems.Management namespace into your program will allow your application to query Windows Management Instrumentation(WMI).  Even the most seasoned veteran can’t remember all of the specific classes and namespaces, and beginners need help

Continue reading The Art of Coding without Coding (WMI Part 1)