R4R
Right Place For Right Person TM
R4R ADO.NET FAQS ADO.NET Interview Questions and Answers

 


Totel:37 Click: 1 2 3 4 5 6 7 8

ADO.net Interview Questions And Answers

Page 1

Questions 1 What is ADO.NET?

Answer
ADO stands for ActiveX Data Object .ADO.NET is an object-oriented set of libraries that allows to interact with data sources. The data source is a database, but it could also be a text file, an Excel spreadsheet, or an XML file.ADO .NET consists of classes that allow a .NET application to connect to the data source, executes commands and manage disconnected data. One of the key Differences between ADO.NET and other database technologies is how it deals with Challenge with different data sources, that means, the code you use to connect to an SQL Database will not differ that much to the one connecting to an Oracle Database.

Questions 2 Define methods provided by the dataset object to generate XML in ADO.Net?

Answer
1.ReadXML: Read’s a XML document in to Dataset. 2.GetXML: This is a function, which returns the string containing XML document. 3.Writexml: This writes a XML data to disk.

Questions 3 Define Connection Pooling in brief?

Answer
Connection Pooling make a single connection instance, which allows that instance to connect to all the databases. It does not open and close the connection object multiple times.

Questions 4 Difference between classic ADO and ADO.NET?

Answer
1.We have recordset in ADO and in ADO.NET we have dataset. 2.In recordset we can only have one table. If we want to accommodate more than one table we need to do inner join and fill the recordset. Dataset can have multiple tables. 3.All data persist in XML as compared to classic ADO where data persisted in Binary format also.

Questions 5 Explain the difference between an ADO.NET Dataset and an ADO Recordset?

Answer
1.Using dataset retrieve data from two databases like Oracle and SQL server and merge them in one dataset, with recordset this is not possible. 2.Recordset uses COM. But all representation of Dataset is using XML. 3.Dataset can be transmitted on HTTP while Recordset cannot be transmitted.


Goto Page:

1 2 3 4 5 6 7 8
Share |

ADO.net Objective Questions And Answers

ADO.net Objective Questions And Answers

ADO.net Interview Questions And Answers

ADO.net Subjective Questions And Answers


R4R,ADO.net Objective, ADO.net Subjective, ADO.net Interview Questions And Answers,ADO.net,ADO.net Interview,ADO.net Questions ,ADO.net Answers

New Updates

R4R
R4R
R4R
R4R
R4R
R4R
R4R
R4R