DataAdapter class in ADO.NET
Explain about the DataAdapter class in ADO.NET.
Expert
DataAdapter class retrieves the data from the database, stores it in a dataset, and reflects the changes made within the dataset to the database. DataAdapter class acts as an intermediary for all the communication between the DataSet objects and the database. The DataAdapter Class used to fill a DataTable or DataSet Objects with the data from the database by using the Fill() method. The DataAdapter class applies changes thatare made in the dataset to the database by calling the Update() method.
It also provides four properties that represents the database command:
a) SelectCommand,
b) nsertCommand,
c) DeleteCommand, and
d) UpdateCommand.
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Explain Lazy Initialization?
Explain the types of deployment models which are used in the cloud?
What is meant by the Cloud Service?
Write the advantages of the code-behind feature?
Define is IIS and also explains its uses?
Differentiate between authorization and authentication?
Write down the code for selecting an item in ListView control programmatically in the C#?
Define the term tracing? And also explain that where it can be used?
Write down the use of console application in brief?
18,76,764
1948665 Asked
3,689
Active Tutors
1448419
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!