00 - ADO.NET Table of Contnents

  1. Introduction of ADO.NET
    1. ADO.NET Architecture
    2. Features of ADO.NET
    3. ADO.NET Object Model
    4. Data provider
      1. Introduction of Data Provider
      2. Various Data providers in ADO.NET
      3. Components of Data providers
  2. DataSet
  3. SqlConnection class
  4. ConnectionString
  5. Data Binding
  6. Introduction to Data Binding
  7. Simple Data binding
  8. Complex Data binding
  9. Filtering Data
  10. Connection Object
    1. Working In connected environment
      1. CommandObject
      2. DataAdapter
  11. Working in disconnected environment
    1. DataSet
      1. Typed dataset
      2. Untyped Dataset
      3. DataSet object Model
  12. Working with DataViews
  13. DataView object Model
  14. Handling BLOB in ADO.NET
    1. Types of LOB
    2. Retrieving BLOB
    3. Storing BLOB
  15. Implementing Transactions in ADO.NET
    1. Introduction of Transaction
    2. ACID properties
    3. Local Transactions
    4. Transaction Classes
    5. Distributed Transactions
    6. Isolation levels
    7. Concurrency errors
  16. XML and ADO
    1. Working with XML Data
    2. XmlWriterSettings class
    3. Creating elements in XML document
    4. Creating attributes in XML document
    5. XmlWriter
    6. XmlTextWriter
    7. Reading XML Data
    8. Validating XML Data
      1. XmlReader
      2. XmlValidatingReader
  17. DiffGrams
  18. XML and DOM
    1. Processing XML data using DOM
    2. Reading XML Data using DOM
    3. Writing XML Data from DOM

Like us on Facebook