Exam 98-363: Web Development Fundamentals/Working with Data and Services
This lesson covers Working with Data and Services. It looks at XML data, DataSet and DataReader, calling services, DataSource controls, data binding syntax, data connections and databases.
Activity 1 - Read and Write XML Data
editThis objective may include but is not limited to: Understanding XML, XML validation. This objective does not include: Web Services, XPath syntax, XmlDocument, XPathNavigator, XPathNodeIterator, XPathDocument, XmlReader, XmlWriter, XmlDataDocument, XmlNamespaceManager.
- Read Common Task QuickStart.
- Read Developing with MSXML.
- Read Configuration Files.
Activity 2 - Distinguish Between DataSet and DataReader Objects
editThis objective may include but is not limited to: the ability to choose the proper data object to use based on application requirements/design.
- Read Retrieving Data Using a DataReader.
- Read DataSet Class.
- Read When to Use a DataSet.
Activity 3 - Call a Service from a Web Page
editThis objective may include but is not limited to: creating a basic WCF Service or Web Service so that it can be consumed; App_WebReferences; configuration.
Activity 4 - Understand DataSource Controls
editThis objective may include but is not limited to: LinqDataSource, ObjectDataSource, XmlDataSource, SqlDataSource
- Read Data Source Controls Overview.
- Read ASP.NET Data Access Options.
- Read Data Access.
Activity 5 - Bind Controls to Data by Using Data Binding Syntax
editThis objective may include but is not limited to: ensure that data is updated and displayed in data-aware controls.
Activity 6 - Manage Data Connections and Databases
editThis objective may include but is not limited to: database connections; connection objects; connection pools; transaction objects.