Hi
I am looking for a program that can make class diagrams for C#. I know Visual Studios Pro has a class diagram generator but the couple times I used it I found it limiting in the fact you could not tell it where you wanted to generate the class(Ie if I wanted this class to be in the model folder I would have to manually move it their later and change the namespace).
On top of this since I am not using Pro(I am using Express) I can't use this diagram tool.
So I need a tool that is a standalone application from Visual Studios but still generates the classes and method stubs and allows me to control where they this file will live(ie what folder what is big since I am using asp.net mvc and some class will go in a controller folder and some will go in the model folder).
Anyone know any programs that are preferably free?
Thanks