문제

Objective

Run an ASP.NET application, walk through a process, and get a sequence diagram back. One that would show me post backs and methods called - stuff like that.

My Research

I've performed the following Google searches and haven't really found what I'm looking for. A lot of references talk about the built-in sequence diagramming in Visual Studio 2010 and up. Some talk about a third party sequence diagram generator. But I'm looking for something to let me walk through the process and then give me the sequence of events that occurred.

The second search turns up even less relevant results (not all that surprising), but it was worth a shot.

Google Search 1

Google Search 2

도움이 되었습니까?

해결책 2

Try playing around with ASP.net Tracing to get the information that you want on a request-by-request basis.

다른 팁

Sparx Enterprise Architect has a feature that uses the debugger to permit recording the steps of a program and to create a sequence diagram from that.

At an http request/response level, I always fire up Fiddler2 - shows all requests/responses, multiple viewers, composer for firing raw requests, etc.

Not write a sequence diagram, but highly useful.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top