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 we can do to allot page specific attributes in the ASP.NET application?
State different types of data providers existing in .NET Framework?
What do you understand by Common Type System (CTS)?
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Explain the syntax of the “for” loop.
Briefly explain about ToolTip control. In what way we can associate it with another control?
Describe the various types of work flow?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Describe the features of Chart control.
18,76,764
1923014 Asked
3,689
Active Tutors
1414194
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!