What are the Different layers in ADO.Net?
Answer Posted / nageswarao.garine
1.
2.business logic layer
3.data access layer
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
List the 4 common ado.net namespaces?
What is the difference between Command and CommandBuilder object?
What is the use of adodc?
What is the difference between OLEDB Provider and SqlClient?
Which object needs to be closed?
What is untyped dataset?
What is serialization and de-serialization in .net?
What is an ADO.Net?
Describe the disconnected architecture of ADO.NET’s data access model.
How to work with disconnected data - the dataset and sqldataadapter?
What does executereader return?
What is the role of the dataset object in ado.net?
What are the data providers used in ado.net
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the difference between connected and disconnected environment?