object-persistence
C# Persisting Objects Between User Sessions Without using a database
I\'m making a simple Winforms that reads in a text file and does some parsing to put it into C# objects that are then manipulated by my app.[详细]
2023-02-07 22:38 分类:问答Lambdas, closed-over variables, display classes, serializability, and prevalence layers
I\'ve implemented a prevalence layer for Compact Framework (including a BinaryFormatter-like serializer).I\'d like to be able to serialize the compiler-generated classes that result from such things a[详细]
2023-02-06 00:28 分类:问答Using Persistent Store in BlackBerry
I am developing a BlackBerry applicati开发者_如何转开发on. I want to store the details of multiple users in my mobile. I have to store data like username, first name, last name ,email id ,phone number[详细]
2023-02-02 12:29 分类:问答ASP.Net EF not updating relationships
I\'ve got a table which contains a bunch of assets that are organized into multiple hierarchies such that the table has a many-to-many relation开发者_如何学JAVAship with itself (each asset can have mu[详细]
2023-01-30 09:13 分类:问答Fine-grained object model in hibernate
In the Hibernate in Action (Manning publication), A major objective of the Hibernate project is support for fine-grained object models, which we isolated as the most important requirem开发者_如何学[详细]
2023-01-29 16:24 分类:问答MySQL table creation with Spring + Hibernate
We came across the following situation. Please note that I know reserved words should not be used for table names, but I\'m asking the que开发者_如何学JAVAstion anyway out of curiosity more than anyt[详细]
2023-01-29 10:01 分类:问答Is it possible to write a truly generic disk-baked B+Tree implementation?
I wrote a generic in-memory B+Tree implementation in C++ few times ago, and I\'m thinking about making it persistent on disk (which is why B+Tree have been designed for initially).[详细]
2023-01-26 19:28 分类:问答Javascript: persist window object reference?
My javascript code open some windows trough: var win = window.open(); I store the win refernce in an array with all the other opened windows.[详细]
2023-01-18 00:01 分类:问答How do I persist data managed by NSArrayController without Core Data or NSKeyedArchiver?
I hope you\'ll excuse the seemingly broad nature of this question, but it gets quite specific. I\'m building a document-based Cocoa application that works like most others except that I am using SQLC[详细]
2023-01-14 04:20 分类:问答How does persistence change object architecture?
I\'m working with classes in PHP. When I\'m writing a class, I\'m always thinking \"This object is basically a one-off; it\'s not going to last be开发者_JS百科yond the page load.\" Consequently, all t[详细]
2023-01-11 20:17 分类:问答