Project Descriptionbootster is a bootstrapper for .net web projects. The goals for this project are:
- Provide a solution that is preconfigured with a collection of libraries/tools/patterns/examples that will help .net developers quickly create high quality web applications for most situations.
- Choose solutions that are reasonably stable (cutting edge vs. bleeding edge).
- Be opinionated. There are many "good options" on practices and libraries. The aim is to pick one that will fulfill the most common requirements (even if its "supremacy" can be debated).
- Only solve the most common problems. Solving every problem will bloat the project and make maintenance overly complicated.