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 - Is Three layered architecture and MVC is same?


6.  Is Three layered architecture and MVC is same?

MVC is an evolution of three layer traditional architecture. Many component of three layered architecture are part of MVC. Below table shows the mapping.

Functionality Three layered / tiered architecture Model view controller architecture
Look and Feel User interface View
UI logic User interface Controller
Business logic /validations Middle layer Model
Request is first sent to User interface Controller
Accessing data Data access layer Data Access Layer



0 comments :