4

I am developing project for that i want to apply some xqueries on XML file and get the data from XML, but i don't understand how to use XQuery in dotnet. Is there any alternative for XQuery in dotnet

Please help me.

Raviteja Chekuri
  • 97
  • 1
  • 1
  • 6
  • Have you tried LINQ to XML? That is pretty good way to go. You can start [here](http://msdn.microsoft.com/en-us/library/bb387098.aspx) – Nilesh Aug 28 '13 at 08:30

1 Answers1

2

Actually, there is an alternative. It is called "linq-to-xml". For some information, start here.

Ondrej Janacek
  • 12,486
  • 14
  • 59
  • 93