NHibernate maps xml data to database

I have xml files containing data that I want to insert into my database using Nhibernate. I can write Linq that will process my data and map it to my nhibernate objects, but I was wondering if there is a way to do this without having to write a translator from XML to Nhibernate myself.

Not sure if something exists on these lines or someone wrote something in the past to get the XML data in the database using NHibernate.

Thanks for any suggestions!

+3
source share

Source: https://habr.com/ru/post/1711068/


All Articles