Click here to Skip to main content
15,891,712 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to read xml Files on c# Console App
Posted

1 solution

This is a rather vague question, and you are located in Syria, so I hope I'm not helping out any bad guys.

Here you go, use this:
http://msdn.microsoft.com/en-us/library/system.xml.linq.xdocument.aspx[^]
It's part of the framework. It's as simple as .Load(file):
http://msdn.microsoft.com/en-us/library/bb343181.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900