1.

How to execute any MVC project? Explain its steps.

Answer»

For executing an MVC project, the STEPS FOLLOWED are:

  • Receive the FIRST request for the application.
  • Then, the routing is performed.
  • Then, the MVC request handler is created.
  • After that, the controller is created and executed.
  • Then, the action is invoked.
  • Then, the results are executed.


Discussion

No Comment Found