IIS Express Bootstrapper is a very simple library built to make easy run IIS Express from your C# code for a web application project. It's a great library for acceptance tests.
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