2
Reply

What provider use by default in ADO.NET?

tony garg

tony garg

Jun 27, 2012
1.6k
0

    Basically Ado.Net supported all type of database( data providers) but most of the developer use Sql server(System.Data.Sqlclient) for communicate with data

    Umesh Maurya
    February 03, 2016
    0

    There is no default provider. Basically ADO.net supports 6 type of providers, and to use each one of them you have to incorporate the assembly or namespace in the code. So there is no default provider as such. For further reference you can read this link- http://msdn.microsoft.com/en-us/library/a6cd7c08.aspx

    Aditya Verma
    August 23, 2013
    0