What are the providers available with VS.NET ?
Answers were Sorted based on User's Feedback
Odbc Data Provider:System.Data.Odbc
OleDb Data Provider:System.Data.OleDb
SqlClient Data Provider:System.Data.SqlClient
OracleClient Data Provider:System.Data.OracleClient
| Is This Answer Correct ? | 20 Yes | 0 No |
What are situations when you register .NET assembly in GAC ?
Explain the process of serialization in .NET?
Writing a Stored procedure to insert the values into a table
Explain clr, cts and cls?
What is the difference between an abstract class and an interface?
Is .NET a runtime service or a development platform?
Will my .net app run on 64-bit windows?
Please explain is the jit an interpreter?
How do you create threading in .NET? What is the namespace for that?
what are the controls used to upload a file from client to server?
What do you mean by web service?
Explain difference between panel and groupbox classes using .net?