RavenDB是一个在.NET下的文档型数据库,它具有高扩展性,支持MapReduce,提供RESTful的接口。同时它又支持ACID的事务。下面是一个RavenDB的系列教程,从入门到精通。
- introduction
- setup
- application lifecycle
- tracking documents
- structure
- entities, repositories, and commands
- user registration
- Using RavenDB with ASP.NET MVC
- NoSQL with RavenDB and ASP.NET MVC- Part 1
- NoSQL with RavenDB and ASP.NET MVC - Part 2
- Building an ASP.NET MVC app using RavenDB as a Backing Store
- 将 RavenDB 嵌入 ASP.NET MVC 3 应用程序中
- RavenDB:基于Windows/.NET平台的NoSQL数据库
- RavenSessionStateStoreProvider : An ASP.NET session-state store-provider implementation using RavenDB for persistence.
- Elmah.RavenDB: RavenDB provider for ELMAH
- Using RavenDB and ASP.NET MVC 4 to create a Twitter Clone Chirpy