摘要: Model MetadataASP.NET MVC 2 introduced an extensible model metadata system where developers could implement a class which derived fromModelMetadataProviderto provide meta-information about the models in the system. In ASP.NET MVC 3, we have made the metadata provider findable via the dependency reso 阅读全文
posted @ 2011-01-25 17:56 四眼蒙面侠 阅读(424) 评论(0) 推荐(0)
摘要: Model ValidatorsASP.NET MVC 2 introduced an extensible model validation system where developers could implement a class which derived fromModelValidatorProviderto influence the validation process on both the client-side and server-side. In ASP.NET MVC 3, we have made these validator providers findab 阅读全文
posted @ 2011-01-25 17:48 四眼蒙面侠 阅读(334) 评论(0) 推荐(0)
摘要: What's New Since Preview 1?We shippedASP.NET MVC 3 Betatoday, and with it we’ve made some significant progress (and departures) from the MVC 3 Preview 1 build released in July as it pertains to service location.We received significant feedback during the Preview 1 time frame about our use proposed u 阅读全文
posted @ 2011-01-25 17:47 四眼蒙面侠 阅读(669) 评论(0) 推荐(0)
摘要: Important UpdateWe've made significant changes to the IoC support in ASP.NET MVC 3 Beta. Please readPart 5for more information.Filters and Filter ProvidersWe introduced the concept of filters in ASP.NET MVC 1.0. A filter can implement one of more of the following interfaces:IActionFilter,IResultFilt 阅读全文
posted @ 2011-01-25 17:46 四眼蒙面侠 阅读(584) 评论(0) 推荐(0)
摘要: Important UpdateWe've made significant changes to the IoC support in ASP.NET MVC 3 Beta. Please readPart 5for more information.View Engine Registration and View Page CreationASP.NET MVC 1.0 introduced View Engines (implementingIViewEngineandIView), shipping with the single WebForms-based view engine 阅读全文
posted @ 2011-01-25 17:41 四眼蒙面侠 阅读(496) 评论(0) 推荐(0)
摘要: Important UpdateWe've made significant changes to the IoC support in ASP.NET MVC 3 Beta. Please readPart 5for more information.Controller CreationThe most common form of service location today in ASP.NET MVC is for controller creation. In MVC 1.0, we created an interface namedIControllerFactorywhich 阅读全文
posted @ 2011-01-25 17:36 四眼蒙面侠 阅读(467) 评论(0) 推荐(0)
摘要: Important UpdateWe've made significant changes to the IoC support in ASP.NET MVC 3 Beta. Please readPart 5for more information.IntroductionOne of the new features in ASP.NET MVC 3 is the ability to register a service locator that will be used by the framework. Prior versions of the MVC framework hav 阅读全文
posted @ 2011-01-25 17:34 四眼蒙面侠 阅读(466) 评论(0) 推荐(0)
摘要: 闪微一款非常简单的微博客户端,简单到无需任何教程,打开闪微马上就知道如何使用。使用截图:下载地址:http://sinaurl.cn/hb5C4x (推荐)http://dl.dbank.com/c0d4r1d3wt (推荐)http://u.115.com/file/f5f783308a (有有效期)http://files.cnblogs.com/NickYao/Flashweibo.rar (需要登录博客园)注意事项:闪微需要微软.NET Framework 3.5的支持(Win 7操作系统已经自带,无需安装).NET Framework 3.5下载地址:http://www.micro 阅读全文
posted @ 2010-12-02 04:28 四眼蒙面侠 阅读(2597) 评论(1) 推荐(0)
摘要: "A SERVICE is an operation offered as an interface that stands alone in the model, without encapsulating state, asENTITIESandVALUE OBJECTSdo." [Evans 2003]The above defines what a Domain Service is. A... 阅读全文
posted @ 2010-11-02 17:55 四眼蒙面侠 阅读(556) 评论(0) 推荐(0)
摘要: What is CQRS / Ncqrs?CQRS is an evolutionary step in Domain-Driven Design (DDD). Ncqrs is an open-source implementation for.NET.Links: CQRSWikipedia's entry forCommand-query separation.Udi Dahan's exp... 阅读全文
posted @ 2010-10-17 11:52 四眼蒙面侠 阅读(463) 评论(0) 推荐(0)