Architecture of ADO.NET
Write about the architecture of ADO.NET in brief.
Expert
AD0.NET involves two fundamental components:
a) The DataSet, which is disconnected from the data source and does not required to know where the data which it holds is retrieved from.
b) The .net data provider, that allows application to get connected to the data source and execute the SQL commands against it.
The data provider holds the Command, Connection, DataAdapter, and DataReader objects. The Connection object provides connectivity to the database. The Command object provides access to database commands to manipulate and retrieve data in a database. The DataReader object retrieves data from the database in the forward-only and read only mode. The DataAdapter object uses Command objects to implement the SQL commands. The DataAdapter object loads the DataSet object with the data and also update changes that have been made to the data in the DataSet object back to the database.
Differentiate between Web server controls and HTML?
State what are Collections and Generics?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
Define Windows Workflow Foundation (WF)?
Describe the appSettings Section which contains in a web.config file?
Describe the endpoint in the WCF service in brief.
Name the property that is used to check whether a DataReader is closed or opened?
What is meant by DLR (Dynamic Language Runtime)?
Briefly describe the function of a CheckState property of a CheckBox control?
18,76,764
1950571 Asked
3,689
Active Tutors
1442839
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!