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.
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.
Actually, there is an alternative. It is called "linq-to-xml". For some information, start here.