what are advantages and disadvantages of Microsoft-provided
data provider classes in ADO.NET?
Answer / madduri
SQLServer.NET data provider is high-speed and robust, but
requires SQL Server license purchased from Microsoft.
OLE-DB.NET is universal for accessing other sources, like
Oracle, DB2, Microsoft Access and Informix, but it?s a .NET
layer on top of OLE layer, so not the fastest thing in the
world. ODBC.NET is a deprecated layer provided for backward
compatibility to ODBC engines.
Is This Answer Correct ? | 1 Yes | 0 No |
Distinguish between continue and break statement?
Explain about Protected and protected internal, ?internal? access-specifier?
Explain the security with aop?
Can you inherit multiple interfaces?
What does the keyword virtual mean in the method definition?
3 Answers Ipog Software, Satyam, Visual Soft,
What is icomparable in c#?
What is a dll in c#?
List the different stages of a thread?
Describe an abstract class?
What is action in c# 3.5?
What is a pre-requisite for connection pooling?
may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks