.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 321 Page Views: 

What is XmlDocument class?



Posted By: Avi Date: 14 October 2010 07:05:49 AM
 Answer:

This class represents XML document. It is-memory tree representation of XML document.


Posted By: avibtech


Date: 14 October 2010 07:05:49 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image lGPoe6
Related Questions
.Net Framework : What is WF?

What is WF?

Windows Workflow Foundation provides a programming model, in-process workflow engine and rehostable ....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is WCF?

What is WCF?

WCF – Windows Communication Foundation is part of .NET framework that provides unified programming m....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is serialization?

What is serialization?

Serialization is process of converting an object into other form (like xml tree or sequence of bits)....
Category: .Net Framework Date: 10/13/2010 11:25:49 AM
.Net Framework : What is LINQ to SQL?

What is LINQ to SQL?

LINQ to SQL allows LINQ to be used to query SQL Server databases. It converts LINQ query to SQL quer....
Category: .Net Framework Date: 10/13/2010 11:15:48 AM
.Net Framework : How can you start asynchronous operation?

How can you start asynchronous operation?

You can call BeginInovke on delegate instance.
Category: .Net Framework Date: 10/13/2010 10:22:49 AM