MetaGuru
MetaGuru

Reputation: 43843

Differences in execution flow in MVC 3?

I was looking around for good execution flow summaries for MVC and found this post with some good answers and links: Execution flow in MVC

Then I was curious, are these still current (version 3), if not, can someone post an updated overview of the flow?

If you know about changes in version 4, please share as well.

Upvotes: 2

Views: 490

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038930

The diagram is still valid. But here's a more recent one. There is just only one error on step 5.: authorization filters are executed before model binding.

Upvotes: 2

Related Questions