Question

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

Was it helpful?

Solution 2

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top