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.
Write down the steps for executing a LINQ query.
By what way we can recognize that the page is PostBack?
Write three general properties of every validation controls?
Is it possible for users to define their own exceptions in code?
Write about Windows Azure operating system.
Name the interface that executes the standard query operators in the LINQ?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Describe code access security (CAS)?
What do you mean by the Extender controls?
Write down the code for selecting an item in ListView control programmatically in the C#?
18,76,764
1940804 Asked
3,689
Active Tutors
1430602
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!