I have the following link: XML File
as you can see it has an XML file with an object called currencies which holds a list of currency.
I have Currency class and I need to extract that list of "Currency" into an object
"list<Currency> allCurrencies=...."
It is a UWP Project. preferably without async stuff, and I don't have for some reason a dll for the WebClient class. I tried a lot of ways but it always fails, with all sorts of exceptions.