N-tier application in asp.net webforms vs asp.net mvc regarding separations of concerns only

StackOverflow https://stackoverflow.com/questions/2387580

  •  24-09-2019
  •  | 
  •  

문제

Regarding separations of concerns only, are there advantages of using ASP.NET MVC instead of ASP.NET webforms for a multi tier application with an user Interface layer, a Business Logic layer and a Data Access layer?

도움이 되었습니까?

해결책

Personally I say stick to what you are comfortable with. If you have no experience and you want to learn something new (for say MVC) then I say give the technology a try. That is if you have the time / patience. If it is a project that has a deadline and you do not know (say MVC) I say stick to what you are experienced with.

You may already have classes (dll files) that handle the BLL and DAL and can be reused in say (webforms) and that is a time saver too!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top