What is the namespace in which .NET has the data
functionality classes?
Answer Posted / kavita
System.Data.(which backend u r using in ur application,like sql,oracle,access or xml and etc......)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the ado.net connection pooling parameters?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the main differences between classic ado and ado.net?
What is ado asp?
What is the difference between data grid and data repeater?
How do I delete a row from a DataTable?
What are the Data providers in ADO.Net?
What does executequery return?
Which provider is used to connect ms access, oracle, etc…?
Explain the overview of ado.net architecture?
What is the use of connection object in ado.net?
What is the meaning of object pooling?
How is entity framework different from ado.net?
What is the namespaces being used to access oracle database?