I'm wanting to use QuickGraph to draw some graphs in C# using GraphViz. I've had a look at the libraries available from CodePlex and CodeProject. They appear to be quite different.
What are the major differences between the two?
views:
331answers:
1
+3
A:
The article and the project are from the same person. The project at CodePlex is being maintained, so I think you should try this. The Code Project article seems to be the first edition of a library, that later evolved to an open source project.
kgiannakakis
2009-10-21 09:22:40
This is correct; the CodePlex version is being maintained by Peli (who also created Pex/Moles) and takes contributions from other Microsoft devs, including myself
RyanHennig
2010-08-11 05:47:51