I\'m wanting to use DB4o on an asp.n开发者_JS百科et MVC project i\'m working on but wondering if anyone
I have 7000 objects in my Db4o d开发者_JAVA技巧atabase. When i retrieve all of the objects it\'s almost instant..
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
Does anyone know how to select random objects from a Db4o开发者_Python百科 db? I think the best way is this. Run a query and get the result as IList. Since the returned list lazy-loads the object (at
I\'m new to db4o and i\'m trying to figure out if it\'s possible to do the following: public class Page
I\'m storing an IUser object in a Db4o database as follows (client is an IObjectClient): public Guid AddUser(IUser user)
Apparently the db4o website was recently redone, and now old urls are giving 404 errors. Everytime I think I\'ve found the answer, I get a 404 error.
I\'m considering to port an application to db4o. The data model consists of lots of small objects with a lot of references between each other. For example, I have a book which points to an author and
in a MVC application it is quite common to have a list of objects that you click to see de开发者_如何学Pythontail and / or edit.When using a relational db, this is achieved by using the primary key or
I\'ve stored 30,000 SimpleObjects in my database: class SimpleObject { public int Id { get; set; } } I want to run a query on DB4O that finds all SimpleObjects with any of the specified IDs: