Architecture of ADO.NET's data access model
Explain the disconnected architecture of the ADO.NET's data access model.
Expert
ADO.NET maintains a disconnected database access model that means, application never remains connected constantly to the data source. Any changes and operations done on the data are saved in a local copy (dataset) which acts as a data source. When, the connection to the server is re-connected, these changes are then sent back to the server, where these changes are saved in the actual database or data source.
What is meant by the Runtime services?
Specify the operating systems over which the .NET Framework runs upon?
Specify the tools which can be used to develop the .NET applications?
What is Code Access Security (CAS)?
Explain the term Cloud Computing?
How can a text box be enforced to show characters in the uppercase?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Why Windows Installer is used?
Write down the core of WPF assemblies?
Specify the function of CheckState property of the CheckBox control?
18,76,764
1952600 Asked
3,689
Active Tutors
1455331
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!