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 .net functions?
What are the contents of assembly?
What is a design pattern and what is it for?
What is an assembly? What are the different types of assemblies?
What is the difference between imperative and interrogative code?
What is lambda expressions in c#?
Explain when should you use .net web forms over asp.net mvc?
Explain the Scope of public/private/friend/protected/protected friend.
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What do the terms “boxing” and “unboxing” mean?
How would ASP and ASP.NET apps run at the same time on the same server?
How to get the hostname or IP address of the server?