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 XML DOM?
State the difference between Managed and Unmanaged Code?
What do you mean by the term MISL CODE? Describe in brief.
What is meant by DLR (Dynamic Language Runtime)?
Illustrate the terms validation controls?
Illustrate the various types of contract available in the WCF?
In what way we can enable the text box to modify its characters format for a user to enter the password?
Illustrate different types of inheritance?
List the binders that are provided by .NET Framework 4.0?
Write three general properties of every validation controls?
18,76,764
1929431 Asked
3,689
Active Tutors
1431868
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!