Describe the ADO DOT NET architecture
Briefly describe the ADO.NET architecture?
Expert
AD0.NET contains two essential components which are as follows:
DataSet, that is disconnected from data source and does not require to know that where the data which it holds is recovered from.
The .net data provider that allows us to join the application to a data source and perform the SQL commands against it.
The data provider has the DataReader, DataAdapter, Connection, and Command objects. Connection object offers connectivity to a database. The Command object offers access to the database commands to regain and operate data in the database. DataReader object regain data from database in a forward-only and readonly mode.
DataAdapter object make use of Command objects to perform SQL commands. DataAdapter object loads the DataSet object with the data and updates alteration that we have made to data in a DataSet object back to the database.
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Explain how to store and retrieve images in the SQL server database via VB.NET?
Name the parent class which is used to create all Windows services in .net?
What is Class?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
State the difference between a class and a structure?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
What are the components of web form in ASP.NET?
What is Memory-Mapped Files?
Describe about the characteristic of Anonymous type?
18,76,764
1941976 Asked
3,689
Active Tutors
1447775
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!