NHibernate with XML as a database? -


we have project, need use nhibernate perform crud operation xml or flat file (.txt) database.

can use nhibernate other rdbms?

short answer

yes

long answer

it quite work because minimum implement iconnection, icommand, driver , parser translate sql xpath or whatever.

it easier load xml/txt (in-memory) sqlite database in format best suited use case , query through nhibernate.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -