11 2010 档案
基础提供程序在Open上失败?
摘要:今天调试一个基于Ncqrs的示例程序(VS2010),出现"基础提供程序在Open上失败"错误。查了一下系统日志,发现: 启动该服务,并改为自动启动: OK! 阅读全文
posted @ 2010-11-23 19:16 L.R 阅读(7214) 评论(4) 推荐(0)
装完Windows 7 / Windows 2008 R2 之后(软件开发)
摘要:[转自]Steps I take after Microsoft Windows 7 / Windows 2008 R2 installation There are always some standard steps I take after a Microsoft Windows 7 installation for a development machine.Gpedit.mscDis... 阅读全文
posted @ 2010-11-10 18:29 L.R 阅读(783) 评论(0) 推荐(0)
[CSLA.Net]业务对象的结构
摘要:1 Serializable 或 DataContract 特性2 区域(Common Regions)集合类业务应具有下列区域• Factory Methods    static 工厂方法• Data Access非集合类业务对象应具有下列区域• Business Methods• Business and Validation Rules    AddBusinessRules()• Aut... 阅读全文
posted @ 2010-11-06 19:13 L.R 阅读(272) 评论(0) 推荐(0)
[CSLA.Net]职责驱动设计方法(业务领域建模)
摘要:职责驱动设计(业务领域建模) (读书笔记:Expert C# 2008 Business Objects) 基于对象的责任进行分析 CRC表 潜在对象(C)----------职责(R)---------协作方(C) ----------------------------------------- ====           ======        ======= -----------... 阅读全文
posted @ 2010-11-06 16:43 L.R 阅读(635) 评论(0) 推荐(1)