A Responsive Blogger Website, That Take my blog to the next level.

I am a Software Developer, Learning and experementing with .Net Technology and try to put my Learning altogether here.


We have all sections related to .Net Technology, like .Net-C#, Asp.Net, MVC, jQuery, AngularJs, Sharepoint. Find out more...


Following are the some of the Advantages of using this Web site :-

  • Get Update about latest in .Net world.
  • Collection of Useful, Frequently used .Net Solutions.
  • It’s beautiful on every screen size (try resizing your browser!)
by

MVC Interview Question - What is MVC (Model View Controller) ?


1. What is MVC (Model View Controller) ?

MVC is architectural pattern which separates the representation and user interaction. It's divided into three broader sections, Model, View and Controller. Below is how each one of them handles the task.

  • The View is responsible for the look and feel.
  • Model represents the real word object and provide the data to the view.
  • The Controller is responsible for taking the end user request and loading the appropriate Model and View.


0 comments :