What is ado.net architecture?
Answer / Manharan Singh Rajput
"The architecture of ADO.NET revolves around data providers, which provide a common object model for database access independent of the underlying database system. It consists of four key components: Connection (represents the connection to the data source), Command (contains the SQL command or stored procedure to be executed), DataReader (a forward-only, read-only stream that retrieves data from a DataSource one row at a time), and DataAdapter (used for filling DataSets/DataTables with data and updating the DataSource based on changes made in the DataSet)."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of parameter object?
Is ado.net an orm?
Explain all the classes those are used for database connections between sql server and asp.net?
How to retrieve the third table value from the data set?
What providers do you use to connect to oracle database ?
List all the steps in order, to access a database through ado.net?
What is the purpose of using adodb?
What are the different ado.net namespaces?
What's the difference between Dataset.clone and Dataset.copy?
describe the dataset object in ado.net.
What is the difference between statement and preparedstatement interface?
What are the namespaces used in ado.net for data access?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)