Architecture of the ADO DOT NET-s data access model
Describe disconnected architecture of the ADO.NET's data access model?
Expert
ADO.NET sustains the disconnected database access model that means, an application never remains connected continuously to a data source. Every alteration and operations done on data are kept in the local copy (dataset) which acts as the data source. when, connection to the server is re-established, these alteration are transmit back to server, in which these alteration are saved in real database or data source.
List the types of data types that are present in .NET?
Name the events which occur when the client requests the ASP.NET page from IIS server?
Which method is used in .NET to enforce garbage collection?
Explain the term culture and and UICulture values?
Briefly describe the ADO.NET architecture?
Describe regarding the Visual basic.NET culture in brief.
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Write down some of the layout Panels of WPF?
In what way we can format dates, numbers and currencies in the text box?
Write the difference between System.StringBuilder and System.String classes?
18,76,764
1951335 Asked
3,689
Active Tutors
1451855
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!