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 Manifest?
Explain the code-behind feature of ASP.NET?
Define Query String? Explain its advantages and disadvantages?
What improvements are prepared in CAS in .NET 4.0?
What is meant by the DTD?
Distinguish among Compiler and Interpreter?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
Specify some of the situations in which AJAX cannot be used.
What Global.asax file includes in event handlers?
By which method we can post a Web page to another Web page?
18,76,764
1932414 Asked
3,689
Active Tutors
1454163
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!