Print Page | Close Window

Support for Object-Oriented Databases

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1451
Printed Date: 12-Oct-2025 at 10:23pm


Topic: Support for Object-Oriented Databases
Posted By: Runar
Subject: Support for Object-Oriented Databases
Date Posted: 01-Sep-2009 at 7:48am

Have you considered allowing the data store being an object-oriented database like for example DB4O? Or is DevForce dependent on a relation database in many of its layers?

I would say DevForce could add the same value to object oriented databases, as it does to relational databases. It seems like the major OO databases do not have a proper security model, they will not run over a WAN, they do not encrypt their connection and they do not have managed libraries allowing a Silverlight client to connect to the database server.



Replies:
Posted By: ting
Date Posted: 02-Sep-2009 at 12:47pm
Hi Runar,
 
Good summary.  Also, because LINQ is a query language that is decoupled from a relational data store, it makes it easier to make changes to the persisted structrure without affecting the application.  We are looking into supporting this in the future.


Posted By: Runar
Date Posted: 08-Sep-2009 at 1:11am

Providing support for OO databases would be great. It would mean DevForce could provide an end-to-end solution for projects that do not want to use a relational database. It would also be a good proof of the layered architecture in DevForce.

Now the unavoidable question… Do you have any time plan for when you will look into this? Any feedback is highly welcome!




Print Page | Close Window