My favorite web development framework is ASP.NET MVC. I like its simplicity and that it is very easy to learn. The whole approach is just makes sense to me, unlike the classic ASP.NET. However, the default MVC theme is getting really old and bring.
I also really like the Twitter Bootstrap framework from twitter. It looks totally awesome and it can be used to create good looking websites really quick. So it made sense to create an MVC project using Twitter Bootstrap. The result is BootstrapMVC.
BootstrapMVC is an ASP.NET MVC project using the Twitter Botstrap CSS. Just download it from github and open the solution file in Visual Studio.NET.
This is how it looks:
Check out the BootstrapMVC or download the project from github.

Any chance to have it as a project template?
Totally. I need to look into this as I never did this before… Do you know any good articles that tells me how to create a project template?
Just use File -> Export Template in Visual Studio
Spotted minor problems: About page — content is too close to the header; Logon page: need some space between labels and fields, also the checkbox is too high. FireFox 6.0.2
@Artem Thanks for taking the time for letting me know this issues. I recorded these issues on github. I am trying to fix them…