- Can you edit data in Repeater control?
- Which ADO.NET object is very fast in getting data from database?
- Can you edit data in the Repeater control?
- Diff Data Grid and Repeater
- What is the purpose of connection pooling in ADO.NET?
- If you have more than one lakh rows in database table,while printing that table in frontend performence will be degraded.
for that what do you do to improve the performence? - What is a Linked Server?
- Can DataAdapter object accept DataTable as parameter in Fill method?
- How to create a DataView from DataTable?
- Name some of the top level objects which ADO consists?
- Explain about the relationship of XML and ADO.NET?
- Explain about Data access objects or DAO?
- What are the advantage of ADO.Net?
- Difference between OLEDB Provider and SqlClient ?
- How to add a new row in DataTable?
- How to create a column in the DataTable?
- How to add auto increment column in the DataTable?
- Best Method to retrieve two values from Database (SQL Server)
- Which method is used to create a new row in a Table
- Which method is used to commit all changes in the DataSet or DataTable?
- Which method is used to Gets the name of the specified column using DataReader?
- Which method is used to Get a value indicating whether the column contains non-existent or missing values
- To improve the performance and scalability of your .NET application. Which one of the following techniques would help?.
- Which is the base class for TypedDataset
- You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so?
- To perform asynchronous data access, what must be added to the connection string?
- Which ADO.NET Object's fill method is used to fill the data from database into either DataSet or DataTable?
- Which is the default Provider Name of the Providers used to access the DataBase?
- Name the classes are found in System.Data.Common NameSpace?
- Name the classes that are contained in System.Data NameSpace?
- Stored procedure return more than one resut set and datareader used to fetch record, how you fetch second result set using datareader?
- What is Dataview in ADO Dot Net ?
- How can you update the records in database using datareader?
- What are the differences between ADO and ADO.NET?
- What are the components of .NET DataProvider?
- What are the benefits of ADO.NET?
- What is the use of DataSet?
- How to fill DataSet with data?
- What is a DataSet?
- How to convert a DataSet to a DataReader?
- Give Expansions of ODBC,OLE,OLE DB,ADO?
- Components of data providers in ADO.NET?
- What are the different DataAdapter Object properties present?
- Define connected and disconnected data access in ADO.NET?
- Describe Command Type property of a SQLCommand in ADO.NET?
- What is the role of data provider?
- What is DataViewManager?
- What is Connection Pooling ?
- What is the use of SqlParameter.Direction Property?
- Can you enforce constraints and relations on tables inside a DataSet?
- What happens when you apply AcceptChanges() method on a DataSet?
- What is the use of DataSet.HasChanges() Method?
- What happens when you apply RejectChanges method on a DataSet?
- How to access database using ADO.Net
- What is the Use of Connection Object ?
- Which of these ADO.NET classes is an abstract class ?
- Which event of the SqlConnection class can be used to retreive error information
from a database ? - Which of these is the fastest way of returning the total number of
sales figures from a database table? - From which Interface the sqlconnetion class is derived
- What type of Architecture is a Dataset in .Net Framework
- What is the use of SqlCommandBuilder?
- Differences between SqlCommand and SqlDataAdapter.
- What are the Differences between OleDb and SqlClient ?
- ADO.NET uses a disconnected architecture, where users work on the dataset rather than the database.
What do you think are the advantages of this architecture? - What is the difference between Typed and UnTyped DataSets?
- What is the difference between a toolstrip drop-down button and a toolstrip split button? What is the use of toolstrip container?
- Which of these is a connected architecture?
- Differences between DataSet and DataReader
- Which provider ADO.NET uses by default?
- Difference between LINQ to SQL and ADO.NET
- ADO.NET uses a disconnected architecture, where users work on the dataset rather than the database.
What do you think are the advantages of this architecture?
1. Scalability
2. Data source and dataset independence
3. Strong typing
4. Ability to read both SQL and Oracle databases - What are the advantages of integrating ADO.NET with XML?
Options:
1. A disconnected architecture
2. An improvement of processing time
3. Bypassing of firewalls - How can you sort a DataSet?
- Which of these namespaces deals with SQL Server mobile databases?
- Which of these objects must be there when storing data in a disconnected state?
- Which parameters define the database server in the connection string?
- What is the name of the data source when we use SQL Server Express Edition?
- Which data-related class do you use to help prevent SQL injection attacks?
Get the answers of these ADO.NET Interview Questions here.