Question

I'm interested in using DB4O in asp.net mvc applications. However I can't find any good samples that show how to set things up. For example, do I have to create a custom IHttpModule that manages the lifetime of a DB4O server instance? Any pointers to useful articles and sample code would be excellent. Thank you.

Was it helpful?

Solution

Check out this forum post from the db4o website, it shows a few good alternatives. In the past I have used a custom HttpModule similar to the one ~7 posts down and it worked well for me.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top