Tagged Questions

3
votes
2answers
85 views

Object Databases and C#

I have an application where my domain model just works. It's all very clear, clean and maps to objects very well. My problem is that it does not map to a relational database very …
7
votes
10answers
708 views

Are Object oriented databases still in use?

Quite a while ago, I heard about Object databases. Cool concept and all. Now, with the event of ORMs everywhere, does anyone still use any of the Object oriented Databases systems? …
1
vote
6answers
284 views

The best way to store class instances to a file/database

What is the best way to store instances of a class to file/database? We have a base class called Command and loads of derived classes. Users create instances of these classes by a …