SQL Server as a Document Database — and why you want that!
Introduces Polecat, a .NET library that turns SQL Server 2025 into a document database, leveraging its native JSON support for improved developer productivity.
Introduces Polecat, a .NET library that turns SQL Server 2025 into a document database, leveraging its native JSON support for improved developer productivity.
Discusses recent improvements to Marten's LINQ provider, including GroupJoin support and fixes for chaining Where clauses after Select transforms.
A guide to unit testing applications that use the RavenDB document database in .NET, covering setup and repository patterns.
A tutorial on building a basic document database in Go with Lucene-like filters and indexes, inspired by Elasticsearch.
Explores Microsoft Azure Cosmos DB's features and benefits for data scientists, focusing on its schemaless design and suitability for IoT and modern applications.
A technical comparison of Map-Reduce implementations in MongoDB and RavenDB, using a blog post tagging example.
Explains how to model and store reference lists (like Countries) in RavenDB document databases compared to relational databases.