2

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.

Community
  • 1
  • 1
MetaGuru
  • 42,847
  • 67
  • 188
  • 294

1 Answers1

2

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.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
  • That seems like quite an error, this is a nice chart I wonder if we can get the editable file from him. – MetaGuru May 23 '12 at 13:21