ASP.net MVC project structure

前端 未结 4 1855
Happy的楠姐
Happy的楠姐 2021-01-31 12:34

I have created the following project structure for my new asp.net mvc project any I was after some feedback as how other people are structuring their projects and if I would imp

4条回答
  •  误落风尘
    2021-01-31 12:54

    I think this is a bit overcomplicated but if it makes sense to you go with it. The important thing is to keep balance.

    One thing I do like to go with separate projects within the solution as it allows for reuse of Data Access and Business Logic to be reused by other client application types such as WPF or WinForms Clients.

提交回复
热议问题