1. explain with neat labeled diagram , the architecture of ADO .NET
  2. explain with neat labeled diagram the concept ADO .NET and its objects
  3. Write ethe technical difference between connected and disconnected ADO .NET objects
  4. Write the steps to connect to a backend DB using ADO .NET
  5. Write the difference between SqlDataReader and DataAdapter
  6. Write short notes on :
    1. Connection object
    2. Command object
    3. Command builder object
    4. DataSet
    5. DataReader (Connected ADO.NET)
    6. DataAdapter (Disconnected ADO.NET)
  7. 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
  8. now do the same using DataAdapterObject ( disconnected ADO.NET)
  9. Write a program to insert .. details in the above table and write the code for update and delete too.
  10. Features of ADO .NET
  11. difference between ADO .NET vs ADO