In .Net to communicate with dataSource. We are provided with a technology ADO.Net .Which is a collection of managed providers to speak with any datasource from .Net Application.
When .Net was introduced to speak with datasources the best of traditional three technologies, ADO's has been re-designed as ADO.Net.
ADO.Net provides various classes which can be used for datasource communication under the following namespaces.
System.Data
System.Data.Oledb
System.Data.SqlClient
System.Data.OracleClient
System.Data.ODBC
When .Net was introduced to speak with datasources the best of traditional three technologies, ADO's has been re-designed as ADO.Net.
ADO.Net provides various classes which can be used for datasource communication under the following namespaces.
System.Data
System.Data.Oledb
System.Data.SqlClient
System.Data.OracleClient
System.Data.ODBC
No comments:
Post a Comment