views:

21

answers:

2

Hello, A few years ago I used the Hibernate ORM for mapping database data to the objects and manipulate it. Currently I have xml database and the next question, Is there orm for the xml databases or something like this? It is my mistake I did not put technology, I need ORM for .net.

+1  A: 

Take a look at JOXM

StudiousJoseph
Something like this but for .net
jitm
+1  A: 

You can still use Hibernate for that. Haven't tried it though.

http://docs.jboss.org/hibernate/core/3.3/reference/en/html/xml.html

cherouvim
Yes, I can, but Hibernate is to big, I need something lighter than Hibernate and yes for .net
jitm