Tool for converting c# code to class diagram
Is there any tool available to convert the c# code to class diagram.Basically i have source code and need to understand different classes in with its dependency on other classes...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Mar 1, 2011, 11:19 AM
Just right click on the .cs file and select the option view class diagram.A diagram file .cd will be generated.Further u can add method to the .cd file and extract interface etc from it.
Mahesh ChandPosted Mar 1, 2011, 12:42 PM