What is front controller?



What is front controller?..

Answer / Sulabh Trivedi

In the MVC (Model-View-Controller) design pattern, the Front Controller acts as an entry point for all requests from users and dispatches them to the appropriate handler. It handles all HTTP requests and manages the application's global state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What is actionresult mvc?

1 Answers  


List out a few different return types of a controller action method?

1 Answers  


What is validation summary in mvc?

1 Answers  


Why mvc is better than asp net?

1 Answers  


Why do we use mvc?

1 Answers  


What is meant by mvc?

1 Answers  


Explain the concept of default route in mvc

1 Answers  


Is flux a mvc?

1 Answers  


What is mvc viewbag?

1 Answers  


Explain the need of display mode in mvc?

1 Answers  


Explain MVC (Model-View-Controller) in general?

1 Answers   Wipro,


How you can manage code security in mvc?

1 Answers  


Categories