What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
1338In how many ways we can retrieve table records count? How to find the count of records in a dataset?
1011how 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?
1016What 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?)
1003
What is variable view?
How to create data relations?
What is data relation in ado.net?
What are the core objects of ADO.NET?
How do you merge 2 datasets into the third dataset in a simple manner?
What is the difference between ADO and ADO.Net?
Can we connect two dataadapters to same data source using single connection at same time?
Which is the feature of ado.net?
What is the difference between connected and disconnected environment?
What is the difference between data reader and data adapter?
What are the Data providers in ADO.Net?
How we can provide data to ado.net?
Explain all the classes those are used for database connections between sql server and asp.net?
Explain executenonquery?
Is ado.net an orm?