Event Centric: super-charge your model with domain events to enable business intelligence
Posted by: eXtensible mind,
on 30 Dec 2011 |
View original | Bookmarked: 0 time(s)
Ive shown in my previous post how interesting domain events can be mined using the Reactive Extensions for .NET. Now we need to raise those events when things happen to our domain. The typical way youd publish events from your domain is simply adding .NET events. Say we have a Patient class, with a method [...]...