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.
Explain, what is an XML schema?
State classes which are introduced in the System.Numerics namespace.
Explain the importance of the Strong Name tool?
Explain about the DataContext class and also how it is related to the LINQ?
Explain how does an MDI form differ from a standard form?
Describe in brief the term XAML extensible markup language?
Illustrate the difference between Web.Config and Machine.Config and where it will be?
What is meant by the Object Pooling?
Specify the way to suppress the final procedure inside the garbage collector forcibly in .NET?
Specify the differences between the Dispose() and Finalize() methods.
18,76,764
1958838 Asked
3,689
Active Tutors
1427885
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!