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.
Explain the working of Cookies. And also give the example of the Cookie abuse?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
Write the chief features of the Cloud services?
How the state of the requested process can be obtained?
Explain the function of .WebPart file do?
Why do we require the nested master pages in the Web site?
Describe in brief regarding the performance of Visual basic?
Name the namespaces that necessary to produce the localized application?
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Explain briefly the term AutoPostBack?
18,76,764
1940471 Asked
3,689
Active Tutors
1448408
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!