3

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?

macleojw
  • 4,113
  • 10
  • 43
  • 63

1 Answers1

7

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
  • 103,016
  • 27
  • 158
  • 194
  • 1
    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 Aug 11 '10 at 05:47