ObjectCache 的使用
摘要:Cache的获取及定义 Cache的获取代码: var cache = CacheManager.Instance.GetCache<KeyType, ValueType>(); 因此对Cache的定...
阅读全文
posted @
2012-01-10 15:07
涵树
阅读(2414)
推荐(1) 编辑
TDD 模式开发初探
摘要:以下是TDD开发中类型的一般分布 这里面关键的类型为 RequestUnitControl, RequestUnitModel, IConfigDataProvider和RequestUnitMod...
阅读全文
posted @
2012-01-06 22:51
涵树
阅读(2449)
推荐(0) 编辑
Thinking in Model in Windows Form development
摘要:The Model is the M in MVC which is the current popular design pattern in Asp.net. To think in Model, I have two points. Model depends on the interfaces. Divide the business logic on the model into i...
阅读全文
posted @
2012-01-02 21:20
涵树
阅读(910)
推荐(0) 编辑