Pages

Thursday, November 29, 2012

Generating Sequence Diagram from Visual Studio

If you have Visual Studio 2010 Ultimate edition installed on your machine, you could generate a cool sequence diagram from the code base.
Open the cs file where you have public methods declared.

Highlight the method name
Right click and click on 'Generate Sequence diagram' .
Visual studio automatically generates a sequence diagram for you in a new window.


No comments: