Search code examples
c#classclass-diagram

Need to create class diagram from C# Class and print it


for a medium project, I need create class diagram from class code (plain text class with public properties), and print it. This for more develop code and project organization. Which tools I can use?


Solution

  • In Visual Studio,Solution

     Explorer=>
              classFileName=>
                          right Click on it(open Context menu)=>
                                                    Select Class Diagram option