What is xml document how do you open it?



What is xml document how do you open it?..

Answer / Gaurav Mishra

In C#, you can use the System.Xml namespace to work with XML documents. To open an XML file, you would typically use an XmlDocument or XElement object and call methods like Load() or Parse().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the system namespace?

1 Answers  


What is a static field?

1 Answers  


What is default parameter in c#?

1 Answers  


Can hashset contain duplicates c#?

1 Answers  


What .exe means?

1 Answers  


What is collection class c#?

1 Answers  


Why is it called c sharp?

1 Answers  


How can we insert 100 records @ a time without using for loop into the databse

10 Answers   IBM,


what class is underneath the sortedlist class?

1 Answers   Siebel Systems,


Explain publishers and subscribers in events.

1 Answers  


Structs are not reference types. Can structs have constructors?

1 Answers  


What is event sourcing in c#?

1 Answers  


Categories