Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Tuesday, March 10, 2015
What is Event-driven architecture?
Behind Event-driven architecture, system model is treated as a state machine. After a command changed the state, an event is generated to notify other components. http://c2.com/cgi/wiki?EventDrivenArchitecture
No comments:
Post a Comment