ASP.NET MVC Web应用程序VS ASP.NET Web应用程序

ASP.NET MVC Web应用程序VS ASP.NET Web应用程序

问题描述:

除此之外其实ASP.NET MVC Web应用程序在其实现MVC模式更加清晰,它严格遵循MVC模式,它是如何从 ASP不同。 NET Web应用程序

Other than the fact that ASP.NET MVC Web Application has more clarity in its implementation of the MVC pattern and that it strictly follows the MVC pattern, how is it different from ASP.NET Web Application?

如果您使用它们使您的 ASP.NET Web应用程序业务逻辑层 数据访问层并严格让所有数据的查询,然后一点儿也不它彻底遵循的 MVC模式

If you make your ASP.NET Web Application have a Business Logic Layer, Data Access Layer and strictly make all data queries using them, then does'nt it completely follow the MVC pattern?

我在这里的逻辑是:BLL&放大器; DLL一起是在型号,ASPX页面是查看和code-背后(ASPX.CS)网页是在控制器

My logic here is: the BLL & DLL together is the Model, the ASPX page is the View and the code-behind (ASPX.CS) page is the Controller.

在此先感谢任何人谁可以证实上述和/或阐明的主题更多的光线。

Thanks in advance to anyone who can confirm the above and/or shed more light on the subject.

这最近的问题可能会解决您的问题:How确实MVC模式有所不同,如果在所有,从DAL / BLL设计模式?

This recent question may address your concerns: How does the MVC pattern differ, if at all, from the DAL / BLL design pattern?