tags:

views:

52

answers:

2

Are there any native XML Databases (That are free and preferably open-source) that work well with .NET

+1  A: 

Does LINQ to XML count?

Steven Sudit
A: 

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.

halfdan