Explain DataAdapter class
Explain DataAdapter class in the ADO.NET?
Expert
DataAdapter class regain data from a database, stores data in the dataset, and returns the alterations made in a dataset to a database. DataAdapter class acts as the intermediary for every communication among database and a DataSet object. DataAdapter Class is used to fill the DataTable or the DataSet Object by data from the database using a Fill() method. DataAdapter class affects the alteration made in the dataset to a database by calling a Update() method.
DataAdapter class has four properties which represent a database command and these are as follows:
• SelectCommand, • UpdateCommand • InsertCommand,and DeleteCommand.
Explain how would you implement the inheritance by using VB.NET/C#?
Specify the similarities between a class and a structure.
Briefly describe about data type?
Write the chief features of the Cloud services?
Differentiate between the Finalize() and Dispose()?
Describe about LINQ query expressions?
Differentiate between publishing and deploying an application?
Write the main difference between UnBoxing and boxing.
Define the execution process of managed code?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
18,76,764
1934753 Asked
3,689
Active Tutors
1457771
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!