Only of interest to .NET programmers

If you are a serious .NET programmer/developer have a look at a C# class library I’m open sourcing and give me your opinions. I don’t think this will be of any interest to non-programmers. The first thing to look at is the compiled help file (which for some reason looks fine except on one of my virtual machines where it doesn’t display - the help file was built with the latest release of Microsoft’s SandCastle doc tool - so let me know if you can’t view it either). The second thing I’d look at is the Bag.cs file that shows an example of using the Dbc class in code. It’s in the examples folder in the zip file.

http://www.softwx.com/code/csharp/diagnostics.html

I’m going to be releasing a .NET version of the WxUtils weather formula library sometime in the future, and it relies on this diagnostics library.

Steve