3

我正在学习 SOLID 原理,发现很多以商务课程为例的文章。

SOLID 原则是解耦作为 ASP.NET(主要是基于事件的 ASP.NET Web 表单开发)Web 表单代码背后与控件紧密耦合的类。所以我想在 web 表单代码隐藏文件中看到 SOLID 原则的实际示例。

请注意,我不想要 MVC。

任何详细解释的网站/书籍的链接也将有所帮助。

提前致谢。

4

1 回答 1

1

If you don't want to use MVC and still want to have separation in layers then you should try considering MVP pattern this is a very good article showing how to use it in asp.net http://www.codeproject.com/Articles/14642/Model-View-Presenter-with-ASP-NET

also have a look at http://webformsmvp.com/

Regards.

于 2012-04-16T06:15:03.437 回答