db4o
db4o on shared hosting with asp.net MVC
I\'m wanting to use DB4o on an asp.n开发者_JS百科et MVC project i\'m working on but wondering if anyone[详细]
2022-12-20 00:52 分类:问答Db4o select performance
I have 7000 objects in my Db4o d开发者_JAVA技巧atabase. When i retrieve all of the objects it\'s almost instant..[详细]
2022-12-19 16:22 分类:问答How should I use DB4O in ASP.NET
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[详细]
2022-12-19 01:28 分类:问答Db4o select random objects
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[详细]
2022-12-18 21:39 分类:问答Db4o Tree structure C#
I\'m new to db4o and i\'m trying to figure out if it\'s possible to do the following: public class Page[详细]
2022-12-18 19:09 分类:问答Stored IEnumerable dissapears on restart debug, but recreating IObjectServer and IObjectClient in one unit test is ok
I\'m storing an IUser object in a Db4o database as follows (client is an IObjectClient): public Guid AddUser(IUser user)[详细]
2022-12-17 11:25 分类:问答db4o, Linq, and UUID's
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.[详细]
2022-12-17 06:37 分类:问答Can/should I use WeakReference in my complex object structure with db4o?
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[详细]
2022-12-14 16:07 分类:问答db4o mvc index page to detail page
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[详细]
2022-12-14 07:26 分类:问答Db4o query: find all objects with ID = {anything in array}
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:[详细]
2022-12-11 05:46 分类:问答