.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 331 Page Views: 

What data providers comes with .NET framework?



Posted By: Avi Date: 14 October 2010 09:32:48 AM
 Answer:

SqlClient – MS SQL Server, ODBC, OleDb, OracleClient


Posted By: avibtech


Date: 14 October 2010 09:32:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image tqJM1V
Related Questions
.Net Framework : What is garbage collection and how it works?

What is garbage collection and how it works?

Garbage collection manages the allocation and release of mememory for application. Each time the new....
Category: .Net Framework Date: 10/13/2010 6:23:48 PM
.Net Framework : Does the .NET framework supports 64 bit?

Does the .NET framework supports 64 bit?

Yes
Category: .Net Framework Date: 10/13/2010 5:31:49 PM
.Net Framework : What is the difference between integer.Parse and integer.TryParse?

What is the difference between integer.Parse and integer.TryParse?

integer.Parse will throw exception if the string provided couldn’t be parsed. TryParse will return f....
Category: .Net Framework Date: 10/13/2010 4:38:48 PM
.Net Framework : What is XAML and where it’s used?

What is XAML and where it’s used?

XAML is declarative markup language. XAML simplifies creating user interface for .NET framework appl....
Category: .Net Framework Date: 10/13/2010 3:46:49 PM
.Net Framework : What is DLR?

What is DLR?

DLR is dynamic language runtime. It’s environment that adds a set of services for dynamic languages ....
Category: .Net Framework Date: 10/13/2010 2:01:48 PM