N-tier application in asp.net webforms vs asp.net mvc regarding separations of concerns only
Regarding separations of concerns only, are there advantages of using ASP.NET MVC instead of ASP.NET webforms for a multi tier applic开发者_如何学运维ation 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!
精彩评论