开发者

Need C# Source Code relational diagram

I recently took over a web application project written in Visual Studio 2008, C#. There was very little documentation from the previous guy. I know it uses master pages and the starting page is default.aspx. Although it may still be possible to trace the code manually (through LOTS of time and hard labor and still some more), I believe I'm not the first person facing such problem and there must be a more efficient method to getting an overview of how the entire solution files are related to each other.

What I need is a high level diagram that gives an overview of which page/control is calling another page/control, etc... and how they're all related will be very helpful.

Anyone know how this is done?

Thank you!

Btw, my previous experience was mainly Visual Foxpro...

Edit:

Thank you Aim Kai, Fernando, and Daniel Brückner for the le开发者_C百科ad. I've download and installed the trial for both NDepend and Reflector. Tested them and must say they're both excellent products. NDepend seems like the more powerful product, and may be worth the money. Anyway, I'll play around with both some more before deciding. Thanks again and cheers!


NDepend is a very good tool.. This may help as well.. .Net Reflector by Red gate with some of the following plugins...

http://www.codeplex.com/reflectoraddins


You could try some Reflector's add ins, like SequenceViz and AutoDiagrammer. See the full list here.


NDepend comes to the rescue. But it targets large code bases and costs some money.


If you can take a copy of the project, and load it up on Visual Studio 2010, there is a "Generate Sequence Diagram" option at the method level -- you can see the call tree for calls below the method that you are on.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜