If I replace my Sqlserver with XML files and how about
handling the same ?
Answer / Ranjeet Ranjan Bharti
When replacing SQL Server with XML files, you can use LINQ (Language Integrated Query) to query and manipulate the data. LINQ allows you to work with XML files using the same syntax as traditional database queries. To handle the same, you'll need to create an XML document containing your data, read the XML file into a DataSet or XDocument object, and then perform LINQ queries on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is e4x in reference to xml?
What is purpose of xml?
What is xsl text?
Why xml was created?
Which XML is set to be valid XML?
Give some examples of XML DTDs or schemas that you have worked with.
What is xsd file in c#?
Explain about core validation?
Are xml elements ordered?
In what cases u used xml?
What is XSL FO Documents?
What are the parsers are supported in xml?