Chapter 7. Data Access and Data Binding
While writing simple applications without ever accessing data from a backend data store is certainly possible, most applications will, at some point, need to do so. Fortunately, the .NET Framework provides a rich set of classes designed to simplify the process of reading and writing data to both SQL Server and other backend data stores. These classes are collectively referred to as ADO.NET.
This chapter provides an overview of ADO.NET and the various tasks it
facilitates -- from reading data with the
SqlDataReader class to updating data with the
DataSet and SqlDataAdapter
classes. The chapter also discusses reading from and writing to XML
files and provides examples of binding retrieved data to ASP.NET
Server Controls.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access