tags:

views:

91

answers:

4

I am looking for a good description the the flow of events (life cycle) of what happens after I type in my application's url in the browser to when the page is actually displayed. Does anyone have one?

Thanks.

+2  A: 

Check out this post by Justin Etheredge.

Kevin Pang
+1  A: 

Here is an ASP.NET MVC Request Handling Pipeline poster by Steve Sanderson that might help.

Nick
+1 Steve Sanderson's poster is by far the best. His book is also the best of all the ASP.NET MVC books I have read.
Charlino
A: 

alt text

See full size :http://i.imagehost.org/0644/pipeline_mvc.jpg

ali62b