I have been working on this bootstrap project aimed to remove/reduce the boiler plate code involved in developing applications with CQRS/DDD principles
Motivations to look into the project ---
Because it aims to provide out of the box building blocks to implement DDD.
Because it aims to provide out of the box components to implement CQRS
Because you will not have to look into things like DB Connectivity,Transaction and Logging Configuration,Unit/Integration Test setup/configuration.
Just check out the project,and add your business logic as simple as that !!, An addition to this you also get two sample applications embedded, which tell you how you should be writing your code using the components present in the framework, if you do not want them later (Production release), Just delete them off