If I replace my Sqlserver with XML files and how about
handling the same ?



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

Post New Answer

More XML XSLT RSS Interview Questions

What is e4x in reference to xml?

1 Answers  


What is purpose of xml?

1 Answers  


What is xsl text?

1 Answers  


Why xml was created?

1 Answers  


Which XML is set to be valid XML?

1 Answers  


Give some examples of XML DTDs or schemas that you have worked with.

1 Answers  


What is xsd file in c#?

1 Answers  


Explain about core validation?

1 Answers  


Are xml elements ordered?

1 Answers  


In what cases u used xml?

2 Answers   Microsoft,


What is XSL FO Documents?

1 Answers  


What are the parsers are supported in xml?

1 Answers  


Categories