0

I have c# code and need to generate UML diagrams of it.

How to do it in Visual Studio 2010 Express edition?

MSDN concerns only Ultimate Edition. Some older answers suggests tools but none of them works with .NET 4.0.

Any ideas how to create diagrams from code?

Update:

This question has been marked as duplicate, however I'd like to point that I'm not looking for a UML tool in general but a tool that can create diagrams from code. I'm not very happy with answers both from this question or suggested one. Here are the reasons:

  • only Software Ideas Modeller is able to generate diagrams directly from code, others do it from exe or dll file.
  • reverse engineered diagrams are barely usable
  • tools have some very important usage limitations and due to complexity are not easy to operate

Anyway, thanks you for answers and suggestions. It seems that old fashioned pencil and piece of paper works best in this case.

Na Na
  • 818
  • 3
  • 13
  • 19

2 Answers2

0

You cannot do it in the express version.

Try NClass. Not sure if it supports .NET 4.0 and this question.

Community
  • 1
  • 1
Sam Leach
  • 12,746
  • 9
  • 45
  • 73
0

You might try Visual Paradigm.

Installation Guide: Installation

PythaLye
  • 314
  • 1
  • 8