What is an ADO.Net?
No Answer is Posted For this Question
Be the First to Post Answer
Explain ODP.net
If a table contains 20000 records . In a page at each time 100 records to be displayed. What are the steps u will take to improve performance? will you use dataset or datareader?
Define the data provider classes that is supported by ado.net?
What is an ado?
can we have multiple datatables in a datareader ?
18 Answers Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,
Do you use stored procedure in ado.net?
What are the several execute methods of ado.net?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
Which parameter of ConnectionString is used to specify the name of the database?
What DataReader class do in ADO.NET ?
What is ado.net objects?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?