Sams Teach Yourself Visual Studio .NET 2003 in 21 Days

Sams Teach Yourself .Net in 21 Days

By Jason Beres

Quiz

  1. True or False: XML files are better than flat text files because they can be transmitted easily over the Internet.

    False. XML files are better at defining hierarchical data, and they are self-describing with XML schemas. Both text files and XML files can be transmitted over the Internet.

  2. All XML-specific classes are found in the ___________ namespace.

    System.Xml

  3. Name the three main classes for reading forward-only XML data.

    XmlTextReader, XmlValidatingReader, XmlNodeReader

  4. Using the __________ Transact SQL clause, you can easily create attribute-based XML files from SQL Server.

    FOR XML AUTO

  5. Using the __________ method of the XmlTextReader class, you can get the attribute data value of a node.

    GetAttribute

Share ThisShare This

Informit Network