Executing ad-hoc queries with RavenDB

time to read 1 min | 50 words

I just managed to solve the most annoying problem with implementing this feature, which is how to successfully run the queries in a separate AppDomain without serializing all the data:

image