Categories: Miscellaneous
Implementations of the missing data structures of the FCL: linked list, doubly linked list, tree, skip list, heap, etc... Focus is made on robustness, standard conformance, documentation and testing of the collections.
Categories: Graphics
Latest version: 3.0Added 2004-01-13Updated 2008-10-24
Generic graph library written in 100% C#.QuickGraph provides generic directed graph data structures and algorithms. It comes with algorithms such as depth-first search, breadth-first search, shortest path, network flow, etc.Supports MSAGL, GLEE, and Graphviz to render the graphs.The design of QuickGraph is inspired from the C++ Boost Graph Library (BGL).
Categories: Code generation
Latest version: 1.0Added 2004-03-20
Helper framework around CodeDom that allows you to pilot CodeDOM with less verbose code.It also features XsdTidy, a refactoring beautifier tool for the output of Xsd.exe, and reflection helpers, to get easier information on types.
Latest version: 1.1Added 2004-01-13
Parser generator library, 100 C#. It is strongly inspired from Spirit (Boost libraries). Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques.