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.
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Specify the syntax which is be used to inherit from a class in C#?
Write about the difference between OLEDB Provider and the SqlClient?
Explain the code-behind feature of ASP.NET?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Illustrate various types of Validation Controls?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
State the two most important categories which distinctly categorize variables of C# programs.
Describe the meaning of Serialization and Deserialization and its utilization?
Differentiate between publishing and deploying an application?
18,76,764
1948966 Asked
3,689
Active Tutors
1447685
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!