C#

Posts about working with C#
Using WMI with C#

Recently I discovered the WMI (Windows Management Instrumentation) and was stunned at what it can do. Granted, the discovery was completely by accident, but I found it none the less. The WMI can mistify a lot of developers, especially new ones, so granted I was a little nervous and leery when I dove further into it, but what I found is that it can be an invaluable tool.

posted @ Friday, January 25, 2008 7:10 AM | Feedback (3)

Introduction to Web Services in C#

I posted a tutorial on my favorite programming forum , and thought Id go ahead and share it on my blog as well. One question I get all the time in programming communities, always by young, new programmers, is how to work with web Services in .Net. It was these questions that lead me to writing the tutorial I posted on Dream.In.Code.

posted @ Sunday, September 30, 2007 7:43 AM | Feedback (4)