In
http://www.asp.net/web-api/overview/data/using-web-api-with-entity-framework/part-1 there is a nice example of how to create Web API 2 application interacting with MS SQL Server database tables. But I'm in need of similar example where XML
file used as data source instead of SQL Server database tables. I must develop an application for material accountancy where server part must be implemented using .NET Web API and XML file must be used as data storage.
Give me a reference to that example, please.