List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.



List the two important objects of ado.net and also list the namespaces that are commonly used in ado..

Answer / Nirmal Jeet Kaur

Two important objects in ADO.NET are Connection (represents a connection to a data source) and Command (represents a SQL statement or stored procedure). Commonly used namespaces include System.Data, System.Data.SqlClient, and System.Data.OleDb.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can a constructor have a return type?

1 Answers  


Explain ACID rule of thumb for transactions.

1 Answers  


What is unrecognized escape sequence in c#?

1 Answers  


What is difference between virtual and override in c#?

1 Answers  


What is function c#?

1 Answers  


What is difference between .net and c#?

1 Answers  


Is string a primitive data type in c#?

1 Answers  


What is a datacontract?

1 Answers  


What is whitespace in c#?

1 Answers  


Explain the difference between event and a delegate in c#?

1 Answers   DELL,


can any one send the project manager questions in .net

1 Answers  


Why do we need ienumerable in c#?

1 Answers  


Categories