最近学习了一下mvc,感觉跟webform很多都不一样,新内容也很多,有些刚开始还不太好理解。网上有很多关于mvc和webform的区别,都说到了webform的缺点是用服务器控件带来的viewstate问题,其实用webform开发也可以完全不用服务器控件,使用html原始控件、javascript、ajax ...
ependency injection is a technique whereby one object (the dependency) is passed to another object that needs it. Dependency Injection is a realization of the inversion of control principle, which ...