Entity Framework with XML file as data source

Is there a way to somehow display an XML file for objects so that I can use the Entity Framework with an XML file as a data source. The XML file is very similar to a database.

+3
source share

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


All Articles