Command, CommandHandler and CommandInvoker
问题 I recently saw a new pattern (new to me) in an open source ASP.NET MVC 3 project that hase many Command , CommandHandler , and CommandInvoker -with their interfaces- and I can't understand the pattern! Can you tell me what is this pattern's name and where can I learn about it? And what is its benefits please? Thanks in advance. Update: I'm talking about this project: An image gallery with RavenDB 回答1: Take a look at this article: Meanwhile… on the command side of my architecture It contains a