I’ve written a cache provider for NHibernate which uses Membase as a cache engine.
You can find the souce code on github.
Example configuration can be found in the test project.… read full article
I’ve written a cache provider for NHibernate which uses Membase as a cache engine.
You can find the souce code on github.
Example configuration can be found in the test project.… read full article
In the last project I have been working i finally got a chance to design and implement a solution based on NServiceBus and NHibernate, two tools I’ve been watching for a while but never got a chance to play with in more than sample applications. For some external reasons I’ve been forced to use MySQL as a database server in this project.