RavenDB and ASP.NET MVC
Very basic intro to RavenDB and ASP.NET MVC:
If you do a quick search on the web you will discover that there are many document databases to choose from. Some of the most popular options today are MongoDB, CouchDB and RavenDB. For whatever reason I was attracted to RavenDB because I knew it would seamlessly integrate with the .NET/windows platform. As always, the best way to learn something is to jump in head first. So the following article is a step-by-step tutorial on how I built an MVC 2 web app using RavenDB as the backend.
Even if not windows or .NET native, I think MongoDB with NoRM will work well. And even if some cry after a kickass .NET API for CouchDB there are quite a few CouchDB .NET libraries.
Original title and link: RavenDB and ASP.NET MVC (NoSQL databases © myNoSQL)
via: http://www.codecapers.com/post/Using-RavenDB-with-ASPNET-MVC.aspx