Describe the ADO DOT NET architecture
Briefly describe the ADO.NET architecture?
Expert
AD0.NET contains two essential components which are as follows:
DataSet, that is disconnected from data source and does not require to know that where the data which it holds is recovered from.
The .net data provider that allows us to join the application to a data source and perform the SQL commands against it.
The data provider has the DataReader, DataAdapter, Connection, and Command objects. Connection object offers connectivity to a database. The Command object offers access to the database commands to regain and operate data in the database. DataReader object regain data from database in a forward-only and readonly mode.
DataAdapter object make use of Command objects to perform SQL commands. DataAdapter object loads the DataSet object with the data and updates alteration that we have made to data in a DataSet object back to the database.
What is the function of Orientation property in a Menu control?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Explain the requirement of Timer control in the AJAX.
What are the rules and regulations which should be followed while creating the well-formed XML document?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Briefly explain about Web server controls in ASP.NET?
Explain the characteristics of the value-type variables which are supported in a C# programming language.
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
List the services which are offered by the Window Azure operating system?
Explain about DataContext class and how is it associated to LINQ?
18,76,764
1961557 Asked
3,689
Active Tutors
1446738
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!