Can you explain Model, Controller and View in MVC?

  • Model – It’s a business entity and it is used to represent the application data.
  • Controller – Request sent by the user always scatters through controller and it’s responsibility is to redirect to the specific view using View() method.
  • View – It’s the presentation layer of MVC.

Comments

Popular posts from this blog

List out different return types of a controller action method?

3-6 yr Experience Interview Questions in .Net Technologies

Explain what is the difference between View and Partial View?