Summary:
ADO.NET, the database connectivity library included with the .NET Framework, provides powerful ways of working with data from all kinds of data sources. Underpinning most of the ADO.NET functionality is XML.In this exercise, Matthew Reynolds takes a look at working with XML and Data Binding. Specifically, he shows how we can create an application that lets us store a small database of Web sites in an XML file on disk. |