Porting From SQL With NHibernate to RavenDB
In this post I will overview a port of a persistence implementation of a Domain-Driven Design project from a solution based on SQL Server and NHibernate to a solution based on RavenDB. I describe the problem domain, the current stack, project goals, the database selection process, as well as serialization, indexing and optimization patterns.
Read on →