Spiga

随笔档案 - 2012年1月

CQRS NOTES

2012-01-31 00:06 by netfocus, 206 visits, 网摘, 收藏, 编辑
摘要:CQRS is just a concept that we can seperate the application to two parts: the write part and the read part, that's all;Command: A command represents what user want to do, user can send a command to the system to ask the system what he or she wants to do; command doesn't have result. The clie 阅读全文