Spiga

随笔档案 - 2011年12月

分享一下我买过的书,有些还没看完

2011-12-03 20:44 by netfocus, 1169 visits, 网摘, 收藏, 编辑
摘要:1. 书是学习知识最快的最系统的方法;2. 看名人Blog是学习正统知识第二个非常有效的方法;3. 我热衷于微软.NET平台下的web应用开发,对软件设计,软件工程也有一定兴趣;4. 近一年来以及将来重点关注DDD的理论研究和逐步实践;5. 知识就是金钱;6. 学习知识是一个循序渐进的过程,看的书也是有层次的;7. 只有有恒心和毅力,坚定的意志才能深入了解某门技术或设计或架构,才又机会知道某个领域中哪些问题值得去研究;8. 当你研究到一定程度,会发现国内与国外的差别,你才会感叹学好英语非常重要;9. 不要以为工作多年,写过很多软件,就是水平高,就具有设计能力;提高设计能力我觉得首先看你学习的方 阅读全文

DDD Aggregate Definition

2011-12-03 14:21 by netfocus, 243 visits, 网摘, 收藏, 编辑
摘要:A cluster of associated objects that are treated as a unit for the purpose of data changes. External references are restricted to one member of the Aggregate, designated as the root. A set of consistency rules applies within the Aggregate's boundaries. Problem: It is difficult to guarantee the c 阅读全文