profile for Macon_Cao at Stack Overflow, Q&A for professional and enthusiast programmers
01 2012 档案
ObjectCache 的使用
摘要:Cache的获取及定义 Cache的获取代码: var cache = CacheManager.Instance.GetCache<KeyType, ValueType>(); 因此对Cache的定... 阅读全文
posted @ 2012-01-10 15:07 涵树 阅读(2442) 评论(0) 推荐(1)
TDD 模式开发初探
摘要:以下是TDD开发中类型的一般分布 这里面关键的类型为 RequestUnitControl, RequestUnitModel, IConfigDataProvider和RequestUnitMod... 阅读全文
posted @ 2012-01-06 22:51 涵树 阅读(2467) 评论(0) 推荐(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 涵树 阅读(924) 评论(0) 推荐(0)