adspace


What are the different layers of ado.net?

Answer Posted / Chandan Kumar Keshri

ADO.NET has three main layers: Connection layer, Command layer, and Data Container layer. The Connection layer is responsible for establishing a connection to the data source; the Command layer is used for sending commands to the data source and retrieving data; and the Data Container layer manages data in memory.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1055


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1004