the logic or controller components are still trapped in the web domain and are not re-usable outside of that domain. They depend on global.asax settings and run under iis http. Therefore, there is no re-usability of this component
outside of the web site… You could not for instance, make use of that logic in a winforms application or service.
(a) I am using ASP.NET MVC applications for both Internet and Intranet
where this is appropriate. One application for two domains.
(b) assuming by the "logic component" you mean the Model, much of it is reusable for desktop applications assuming that the developer is building her/his black boxes with proper consideration.
Regards,
Gerry (Lowry)
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
gerrylowry
All-Star
20513 Points
5712 Posts
Re: I DON'T RECOMMEND MVC - HERE IS WHY?
Nov 18, 2009 12:57 PM|LINK
(a) I am using ASP.NET MVC applications for both Internet and Intranet where this is appropriate. One application for two domains.
(b) assuming by the "logic component" you mean the Model, much of it is reusable for desktop applications assuming that the developer is building her/his black boxes with proper consideration.
Regards,
Gerry (Lowry)