Object database for .NET [closed]
Asked Answered
N

7

11

Are there any object databases for .NET or with bindings for .NET?

Normative answered 17/7, 2009 at 21:29 Comment(0)
F
5

Wikipedia lists some.

You could also consider using Bamboo.Prevalence - a .NET persistence engine similar to Prevayler for Java. That is not a database in a usual sense (more on this here), but could be appropriate in some cases.

Ferrule answered 17/7, 2009 at 23:5 Comment(1)
I selected this as the accepted answer because of the linked Wikipedia list. All answers are correct but only one can be the accepted one.Normative
C
9

db4o works on both Java and .NET.

Comose answered 17/7, 2009 at 21:32 Comment(0)
P
7

Take a look at 100% .NET object database - siaqodb ( http://siaqodb.com )

Pernas answered 2/12, 2009 at 22:20 Comment(0)
F
5

Wikipedia lists some.

You could also consider using Bamboo.Prevalence - a .NET persistence engine similar to Prevayler for Java. That is not a database in a usual sense (more on this here), but could be appropriate in some cases.

Ferrule answered 17/7, 2009 at 23:5 Comment(1)
I selected this as the accepted answer because of the linked Wikipedia list. All answers are correct but only one can be the accepted one.Normative
V
4

Majority of object databases are not really .NET databases, as they are written in Java, and then converted into .NET (C#) by some kind of converter. That results in really poor performing code.

You can look into Eloquera Database, which is pure .NET-based object database with SQL, and performing from 10 to 1000 times faster than db4o.

Vogt answered 30/9, 2009 at 10:35 Comment(0)
H
3

STSdb is coded in 100% pure managed C#. This allows its use under different .NET platforms like .NET Framework and Mono. db4o works on both Java and .NET.

Haematozoon answered 12/6, 2010 at 17:52 Comment(0)
R
2

Intersystems Caché also has a managed .NET provider - can't speak from experience about its quality and usability, though:

http://www.intersystems.com/cache/technology/components/net/index.html

Marc

Ray answered 17/7, 2009 at 21:43 Comment(0)
D
1

Databases for .NET are also listed in SharpToolbox.com's DBMS category.
You'll find object databases in there.

Discourse answered 28/9, 2010 at 17:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.