The Hybrid Framwork is a complete Umbraco Visual Studio solution which can be used as a basis to develop new websites on. It's based on the Umbraco Visual Studio Project from Sebastiaan, but has a lot more extra's:
MVC Framework
Uses route hijacking, but not mandatory
Everything is a surface controller
Also has a default controller
A lot of useful extension methods
Preinstalled packages
Configured settings
Cache and bundling + minification
It runs on SQL CE, but there is also a SQL Server .bak file which can be used.
Backoffice username: admin
Backoffice password: framework123!
There are 2 version. The first version is clean and the second version comes with examples.