Explain “page lifecycle” of an ASP.NET MVC? Share on Facebook Share Share on TwitterTweet Share on LinkedIn Share Following process are performed by ASP.Net MVC page: App initialization Routing Instantiate and execute controller Locate and invoke controller action Instantiate and render view Share on Facebook Share Share on TwitterTweet Share on LinkedIn Share Related posts: Explain ASP.NET MVC pipeline? What is Attribute Routing and how to define it? Explain MVC design pattern? Can you explain WPF command with an example?