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 importance of delegates. Where must they be employed? Write down the conditions where we need them?
Can more than one line be entered in a TextBox control?
What do you mean by the XOML files?
What are the rules and regulations which should be followed while creating the well-formed XML document?
List some of the new features of ASP.NET AJAX 4.0?
Write the syntax to declare the namespace in the .NET and in VB?
Where the ViewState information can be stored?
Define the term Enumeration?
What is the requirement of Copy Web Site?
State the properties in C# and the advantages that are obtained by using them in programs.
18,76,764
1958619 Asked
3,689
Active Tutors
1413401
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!