What type of architecture is this called?

后端 未结 4 733
心在旅途
心在旅途 2021-01-30 09:31

For the web application (ASP.NET MVC) I\'m currently developing, we have the following architecture in place:

  • Data Access Layer: Logic for persisting
4条回答
  •  悲&欢浪女
    2021-01-30 10:09

    There could be different names depending from which angle you are looking at it. So it's still MVC, it's just that your M is split into multiple layers. It could also be called Multitier architecture (or N-tier architecture). Jeffrey Palermo also used the notion of Onion architecture.

提交回复
热议问题