asp.net mvc - Generate UML diagram from C# class -


i have nhibernate-generated classes functioning bo mvc project persisting sql db. i'd render existing code uml diagrams can start playing around code gen utilities.

similar what's asked here sql/nhibernate - suggests tools generating uml class diagram c# source or dll , that's close - except last answer there of 2 years old. surely body of knowledge has expanded since.

no tool required:

  • right-click project name, select view class diagram, automatically generate list of classes.
  • after that, i'd delete classes don't care about, , expand ones care about.

i'm assuming you're using visual studio 2010.

where select view class diagram


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -