Mitali Jobanputra
Explain Asp.Net MVC life cycle ?
By Mitali Jobanputra in .NET on Jan 14 2016
  • sudheer kumar
    Feb, 2017 9

    1.App intialization.2.Routing..3.Instatiate & Excecute contrroler.4.Locate & invoke controler action .5.instatiate & render view......

    • 1
  • Keerthi Venkatesan
    Jun, 2016 8

    Asp.net MVC Request Life Cycle Routing MvcHandler MvcHandler Action Execution View Result View Engineand View

    • 1
  • Shuvojit Halder
    Nov, 2016 16

    UrlRoutingModule->Route table->Controller->Action Execution-> Results,->View Engine and finally render a viewThat is the basic step but there is too much deep step like MVC handler,Icontroller,ActionInvoker,Iroute Handler,filter etc.

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Action Verb -> Routing, Handler, Controller, Action Execution, Results, View Engine and finally render a view

    • 0
  • Munesh Sharma
    May, 2016 9

    http://dotnet-munesh.blogspot.in/2015/05/page-life-cycle-in-mvc-in-aspnet.html

    • 0
  • Pankaj  Kumar Choudhary
    Feb, 2016 21

    7 Steps Are include in Life Cycle of Asp.Net MVC life cycle 1 Routing 2. Mvc Handler 3 Controller 4 Action Execution 5.View Result 6 view Engine 7 View

    • 0
  • Allen Scott
    Feb, 2016 16

    Please visitThese useful visit link about Asp.net MVC life cyclehttp://www.dotnet-tricks.com/Tutorial/mvc/TbR0041112-Asp.net-MVC-Request-Life-Cycle.htmlhttps://www.mindstick.com/blog/48/asp-dot-net-page-life-cyclehttp://www.codeproject.com/Articles/1028156/A-Detailed-Walkthrough-of-ASP-net-MVC-Request-Life

    • 0
  • Shailesh Uke
    Feb, 2016 16

    http://www.dotnet-tricks.com/Tutorial/mvc/TbR0041112-Asp.net-MVC-Request-Life-Cycle.html

    • 0
  • Shweta Lodha
    Jan, 2016 21

    Nice diagram is given over here: http://www.asp.net/mvc/overview/getting-started/lifecycle-of-an-aspnet-mvc-5-application

    • 0
  • harish narisetty
    Jan, 2016 20

    There are seven stages stage1: receive a request first for the application in this stage route objects are added to the route table in the global.asax filestage2: Perform routing in this stage url route module creates route data by using route object in the route table stage3: create mvc request handler in this stage request context instance pass to the handler stage4:create controller in this stage mvc handler uses the request context instance to find the icontroller factory object stage5: execute controller mvc handller instance calls the controller execute method stage 6 invoke action method stage7 execute result

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS