What type of architecture is this called?

后端 未结 4 725
心在旅途
心在旅途 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 09:47

    Since you have DAL separated from domain model and also have Service layer it looks like you are heading to DDD (Domain-driven design) here is a discussion about such an approach which may be useful to know.

提交回复
热议问题