What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
1398In how many ways we can retrieve table records count? How to find the count of records in a dataset?
1048how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
1054What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
1055
What you mean by filtering of data?
What are the advantage of ado.net?
Why do we serialize data?
What is ado object model?
Explain what are the steps to connect to a database?
What is ado oledb and odbc?
Explain the various objects in dataset.
How to creating a SqlCommand Object?
What are basic methods of dataadapter?
How can we add/remove row's in "datatable" object of "dataset"?
What are the difference between readonly vs. Const?
Explain the two fundamental objects in ado.net?
What is linq and entity framework?
What are all features of ADO.Net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?