Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible:
The bootstrapper provides a single entry point to startup and shutdown the application,
Fluent definition syntax allowing to expressively define the startup...
More information
BoC needs some documentation, but contains lots of usefull stuff like
-EventAggregator pattern implementation
-Inversion of Control wrapper (see other BoC packages like BoC.InversionOfControl.Unity for implementations)
-DataContext pattern implementation (see other BoC packages like...
More information
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extendable:
* The bootstrapper provides a single entry point to startup and shutdown the application.
* Fluent definition syntax allowing to expressively define the...
More information