ADO.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 311 Page Views: 

Can you serialize dataset instance?



Posted By: Avi Date: 13 October 2010 11:37:48 PM
 Answer:

yes


Posted By: avibtech


Date: 13 October 2010 11:37:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image alWMol
Related Questions
ADO.Net : What is a DataReader object?

What is a DataReader object?

DataReader object provides a read-only, forward-only stream of data from a database. The DataReader ....
Category: ADO.Net Date: 10/6/2009 5:35:46 AM
ADO.Net : What are the advantages of ADO.Net?

What are the advantages of ADO.Net?

ADO.Net offers following benefits: 1) XML is the format for transmitting datasets across the networ....
Category: ADO.Net Date: 10/6/2009 5:17:57 AM
ADO.Net : What do you mean by Data Providers?

What do you mean by Data Providers?

ADO.Net relies on Data Providers to provide access to a particular data source. Each Data Provider e....
Category: ADO.Net Date: 9/30/2009 3:59:34 AM
ADO.Net : What do you mean by DataSet object?

What do you mean by DataSet object?

DataSet object is an in-memory, relational data representation. The DataSet object contains a collec....
Category: ADO.Net Date: 9/12/2009 7:26:46 AM
ADO.Net : Explain ADO.Net connection pooling?

Explain ADO.Net connection pooling?

Connecting to a database server typically consists of several time-consuming steps. ADO.Net uses an ....
Category: ADO.Net Date: 9/4/2009 7:05:56 AM