Browse by Tags

NDepend 2.0 beta
Published 3 April 6 7:32 PM | Ramon Smits
I just received a notification that NDepend 2.0 beta is released by Patrick Smacchie. NDepend analyzes your dotnet 1.x assemblies and outputs a huge set of code metrics based on the IL. It can also create a nice dependancy chart of your assemblies where...
Filed under: , ,
StateMachine in c# and xml, v3 (updated)
Published 30 September 5 11:3 AM | Ramon Smits
Updated: - New archive to download (v3) - XML updated - Code rewrite with delegates and helper methods I added unittest for a switch in version 1 . Leslie had some troubles with building his trafficsign. I now added a trafficsign as a unittest and it...
StateMachine in c# and xml
Published 28 September 5 4:16 PM | Ramon Smits
Yesterday I browsed through the new articles at codeproject.com . Leslie Sanford StateMachine articles had my attention. He has designed and implemented it in c#. A job done pretty well I think. I took a look at his code that reads an xml definition to...