What providers does ado.net uses internally ?
Answers were Sorted based on User's Feedback
Answer / debadutta
ADO.Net uses
1) Oledb
2) ODBC
3) JET Providers
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vivek
Before ado.net 2.0 they give only interfaces to implemetn
them then every provider started implementing on their own
way so problem araised with these implementation.
From ado.net2.0 it gives abstract classes like DbConnetion
to providers.Then the providers create classes to implement
those abstract classes.
Ex:SqlConnection,OracleConnection.
with thses abstract classes we can connect to any backend.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the core objects of ADO.NET?
How do we invoke queries from the application
Explain how to pass multiple tables in datasets simultaneously?
What is data reader in ado.net?
What are basic methods of dataadapter?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
What are the steps you will take to improve performance?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is difference between datagridview and datagrid control in winforms?
Explain what a diffgram is and its usage ?
What is the difference between Data adaptor and Data set?
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)