asp.net - Difference between 3Tier Architecture and (MVC or MVP) -


i want know difference between 3tier architecture , (mvc or mvp).

i asking question because c++ developer , new web development. read various internet resources , found both same, base line have following 3 layers:

  • 3 tier architecture: presentation layer, business logic layer , data access layer
  • mvc: view, controller , model
  • mvp: view, presenter , model

i found resource difference between mvp , mvc, still confuse 3 tier architecture.

note: 3 tier referring 3 logical layer not physical layers.

take @ question mvc vs n-tier architecture. doesn't address mvp specifically, given mvp , mvc appear 2 different takes on same problem, should out.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -