Are there any native XML Databases (That are free and preferably open-source) that work well with .NET
-
1XML is a great tool for data exchange and import/export, but it's really not well suited as a database.marc_s– marc_s2010-09-14 05:02:12 +00:00Commented Sep 14, 2010 at 5:02
-
@Marc - erm, hmm... generically you're right, but that doesn't mean that it isn't an appropriate solution to some problems - if you're going to make that comment you need to qualify it with a question (i.e. why do you want a native XML database for your project) - clearly its not a concept entirely without merit: rpbourret.com/xml/XMLDatabaseProds.htmMurph– Murph2010-09-14 06:25:00 +00:00Commented Sep 14, 2010 at 6:25
Add a comment
|
2 Answers
You could use eXist-db (http://exist.sourceforge.net/) and access it using its REST or SOAP interface. Native .NET Applications are most likely commercial.