Create your Caliburn.Micro powered project. Clone Caliburn.Micro.Validation to your solution and reference it in the project. Create some view models according to your needs and derive its from ...
In Caliburn we have a series of supporting services for building presentation tiers. Among them is the EventAggregator, a service which supports in-process publish/subscribe. There are various ...