Is there any way to load and parse xml asynchronously / parallely in asp.net mvc using .net 4.5 (not using jquery) ?
I need to load xml from 5-6 diff sources and then parse them combine results and then push to view.
Some examples show loadFromUriAsync in XmlDocument , but that function doesnt show in visual studio.