Multi-Tenancy with RavenDB and ASP.NET Core
A guide to implementing multi-tenancy in ASP.NET Core applications using RavenDB, covering architecture, advantages, and code examples.
A guide to implementing multi-tenancy in ASP.NET Core applications using RavenDB, covering architecture, advantages, and code examples.
A guide to unit testing applications that use the RavenDB document database in .NET, covering setup and repository patterns.
A technical comparison of Map-Reduce implementations in MongoDB and RavenDB, using a blog post tagging example.
Explains how to implement user-defined ordering in RavenDB, moving from a complex MSSQL approach to a simpler document-based solution.
Explains how to handle RavenDB's string identifiers in ASP.NET Web API routing by exposing integer IDs to clients and using type converters.
A technical guide on implementing efficient data paging using RavenDB's LINQ client and a custom PagedList class within an ASP.NET MVC application.
Explains how to model and store reference lists (like Countries) in RavenDB document databases compared to relational databases.
A tutorial on implementing an IDocumentStoreListener in RavenDB to automatically update audit fields like 'UpdatedBy' and 'UpdatedOn' on entities before they are saved.