开发者

Asp.Net MVC Life cycle [duplicate]

开发者 https://www.devze.com 2023-03-14 04:55 出处:网络
This question already has an answer here: Closed 11 years ago. Possible Duplicate: What is the 'page lifecycle' of an ASP.NET MVC page, compared to ASP.NET WebForms?
This question already has an answer here: Closed 11 years ago.

Possible Duplicate:

What is the 'page lifecycle' of an ASP.NET MVC page, compared to ASP.NET WebForms?

I will appreciate if Gurus Out there can point me to ASP.Net MVC Life cycle. I am interested to know what happens once a request comes and a response is sent and where does ControllerFactory comes in picture. this will help开发者_如何学Go me to understand the hooks and extension point to MVC. All pointers are appreciated.

P.S. Is there any way I can step into code and see how the Factories are being used to create instance.

Thanks


Have a look at Steve Sanderson's Request-Handling Pipeline Poster.


This is a pretty good answer. Also here etc. These are just top results on Google for "asp mvc lifecycle," so you can probably find more if you need them.


Here are some blogposts for quick review

0

精彩评论

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