This document introduces NoSQL and document databases, and demonstrates using RavenDB with ASP.NET MVC. It defines NoSQL as non-relational databases that avoid joins and scale horizontally. Popular NoSQL databases like MongoDB and CouchDB are discussed. The document then focuses on document databases and RavenDB specifically, highlighting its .NET support, scalability, transactions, and RESTful API. Finally, a demo app using RavenDB with ASP.NET MVC is proposed along with links to source code.