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.
Describe managed extensibility framework?
Explain about the AJAX Control Extender Toolkit.
Define the function of a ViewState property?
What is Code Access Security (CAS)?
How can you send an email message through an ASP.NET Web page?
Explain what would you do to get rid of Microsoft visual basic name space?
Write down in brief the various types of Triggers in the WPF?
Describe the naming conventions that are necessary for XML elements tags?
Write the name of the method which is used to create a click event of Control class for Button control in C#?
Illustrate the difference between the .dll extension and .exe extension files?
18,76,764
1958725 Asked
3,689
Active Tutors
1451215
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!