RavenDB Lessons Learned - Part 2
A continuation of my lessons learned on RavenDB. Some tips on testing and what not to do.
1. Testing Indexes is Really Really Really Important
One of the best features in RavenDB, is the ability to use a full in-memory database when running your inte...
gaunacode.com4 min read
Was your experience in using RavenDB on a desktop application? I ask because my experience contradicts a few of yours:
My implementations were for web services, desktop applications. I did have a problem with sessions when I tried to access the database directly from Blazor because it uses a single session for the entire SPA. There were two solutions for it though: