Self Instruction

Based on what you've read in this chapter, try the following:

  • Create your own Catalog.xsd file. Be sure to include the following lines at the beginning of the file:
    <?xml version="1.0" encoding="utf-8" ?>
    <xsd:schema id="CatalogDS" targetNamespace="http://tempuri.org/XMLSchema.xsd"
    xmlns="http://tempuri.org/XMLSchema.xsd"
    xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
    xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    
  • Create an Options Manager console using the techniques discussed in this chapter. Follow the category and product administration implementation as a guide.

Get Building e-Commerce Sites with the .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.