C# code to class diagram

79,691

Solution 1

Try NClass it's cool in short , I have tried it myself.

Features:

  • Simple User Interface.
  • Free UML class diagram tool specially for C#.
  • From diagram to Code generation.
  • Classic style class diagrams.
  • Visual Studio style class diagrams ;)

Nclass Class Diagram Tool

NOTE: If you are a student then your school or university can provide you Visual Studio Professional edition through dreamspark program.

Solution 2

This reflexive class diagram creation tool seems useful :

http://www.codeproject.com/Articles/17823/Reflective-Class-Diagram-Creation-Tool

It only needs dll files to works.

Share:
79,691
isklenar
Author by

isklenar

Updated on July 09, 2022

Comments

  • isklenar
    isklenar almost 2 years

    I have a C# solution which has 2 projects in it and I need to generate class diagram from code.

    I know there is a built-in diagram tool in visual studio, but I'm using 2010 express and it doesn't have that. Is there any free software that is able to create that? I'm looking only for picture of class hierarchy, nothing more.