Code samples for Advanced C# Programming by Paul Kimmel

Over this week I was wanting to look at some code samples for PerfMon in C#. I found a lot pages referencing a PerfMon.sln, including on MSDN – but no one could find the source code.  The above book (http://www.mhprofessional.com/product.php?isbn=0072228288) had an entire chapter on it and was available as a eBook.

 

After a few emails back and forth with McGraw-Hill Education, they finally sent me a downloadable location for the source:

 

http://www.softconcepts.com/Books/Source/Advanced%20C%23%20Programming.zip

 

I suspect other folks would appreciate getting access to the samples!

 

The purpose of getting the code samples was to build a check box tree to select the counters that I wanted to include in SQL Server Management Data Warehouse (aka SQL Server Performance Studio) so it’s a click the counter, click a button and you are logging those counters in your MDW database.

Comments

  1. Cheers, was looking for this for quite some time.

    much appreciated.

    ReplyDelete
  2. Thanks a lot for sharing.

    ReplyDelete
  3. right now the download link is not working

    ReplyDelete
  4. Here you go:
    http://web.archive.org/web/20070921121820/http://www.softconcepts.com/Books/Source/Advanced%20CSharp%20Programming/

    ReplyDelete
  5. Thanks so much...you saved my day!!!

    ReplyDelete
  6. Thanks a lot
    Many day looking for code

    Regardts

    ReplyDelete
  7. hi all everyone .
    i need to project C#

    ReplyDelete

Post a Comment

Popular posts from this blog

Yet once more into the breech (of altered programming logic)

Simple WP7 Mango App for Background Tasks, Toast, and Tiles: Code Explanation

How to convert SVG data to a Png Image file Using InkScape