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.
Why the data validations should be performed at a client side?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Write down the code for selecting an item in ListView control programmatically in the C#?
In what way we can auto size the button to fit the text?
Describe the role of new keyword in brief.
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
How to make a windows desktop application using visual studio 2010 ultimate?
What do you mean by the term Routed event?
Explain about the Take and Skip clauses?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
18,76,764
1954979 Asked
3,689
Active Tutors
1452684
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!