摘要:
这个功能大大节约了我们开发中的编码数量。它的定义我也不多说了,我只是把我自己已经用到的代码给大家共享一下
阅读全文
摘要: Today I attended the Heros Happen event in Perth, and I learnt something very very cool, you see how I wrote my own classes and code to load the syndicated feed in, then used LINQ to XML to load that ...
阅读全文
摘要: 微软这次为MVC新建了三个DLL库,分别是
System.Web.MVC.DLL(MVC的主要类,中间集成了大部分原来mvctoolkit的方法);
System.Web.Abstractions.DLL(HttpContextBase,HTTPRequestBase,HttpResponseBase,原来的3.6版中的IHttpContext,IHttpRequest,IHttpResponse接口进化而来的类)
阅读全文