- explain with neat labeled diagram , the architecture of ADO .NET
- explain with neat labeled diagram the concept ADO .NET and its objects
- Write ethe technical difference between connected and disconnected ADO .NET objects
- Write the steps to connect to a backend DB using ADO .NET
- Write the difference between
SqlDataReader and DataAdapter
- Write short notes on :
- Connection object
- Command object
- Command builder object
DataSet
DataReader (Connected ADO.NET)
DataAdapter (Disconnected ADO.NET)
- Create a database called student, comprising of various attributes like student ID, student Roll No and Student Marks. Create UI with
GridView , write a code to display those details in the grid view by using DataReaderObject
- now do the same using
DataAdapterObject ( disconnected ADO.NET)
- Write a program to insert .. details in the above table and write the code for update and delete too.
- Features of ADO .NET
- difference between ADO .NET vs ADO