System.Xml.XmlTextReader Class
Information   Base Types   Related Resources

Represents a reader that provides fast, non-cached, forward-only access to XML data.

  • Namespace: System.Xml
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.XML.dll

  • System.Xml.XmlReader
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (53)Discussions (777)MembersRotorChanges
    Articles

    Page: 123
    ASP.NET & Databases : Part 5
    ASP Alliance
    In Parts 1 - 4 we have talked about connecting, storing, viewing and in this part we take a break and look at some XML. XML in .NET is a very important part, XML is used in nearly anything in .NET, from web services, to datasets. Even SQL Server 2000 supports XML. XML has taken a good foothold in data storage.
    Blog Reader Add-In for Visual Studio .NET
    The Code Project
    A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet
    Building Windows Forms on-the-fly with XML and C#
    C#Today
    In this article, Ashiwn Kamanna takes the concept of an XML driven Form builder a step further than the basics as he discusses how to eliminate the requirement for Form development, not only in an ASP based web application, but also in any potential client of an application. He discusses how to build a Form dynamically in a C# based windows application, and also discusses some object oriented patterns as he walks us through an example.
    C#: A Message Queuing Service Application
    MSDN
    This article outlines a Windows service solution designed to process several message queues, focusing on the application of the Microsoft .NET Framework and C#.
    Common .NET Libraries for Developers
    MSDN
    Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces.
    CONTROLS: Plan Your Migration to the Visual Studio 2005 Navigation Controls
    MSDN
    The SiteMapDataSource and SiteMapPath controls, the TreeView control, and more!
    Creating a SAX Parser using the XmlTextReader
    XML for ASP.NET
    Although the Simple API for XML (SAX) is not built into the .NET platform, SAX type functionality can be created using the XmlTextReader.
    Custom ConfigurationSettings through configuration resource embedding
    The Code Project
    Selective .config/embedded xml config resources reading
    Data Access Support in Visual Studio.NET (Whidbey)
    DotNetJunkies
    Within this is an overview of the data access support in ADO.NET, covered by the System.Data and System.Xml namespaces. This white paper details the innovations and enhancements in the data access layer in Whidbey when retrieving data from data sources, particularly SQL Server. It covers the growth of ADO.NET in Whidbey to encompass the relational, object and XML data models, and explains typical usage scenarios for each with development guidelines and recommendations.
    Displaying News Headlines using XML
    ASP Alliance
    If you run a site that displays news, or headlines or something and you want an easy way to add and edit those pages then this article is for you. This article will show you how to display news headlines on a site with a little bit of ASP.NET. Also, you should see the 'Live Demo' at the bottom of most code samples, this links to a page where I already have something like this set up.
    Dr. GUI.NET #7
    MSDN
    In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams.
    Encoding Binary Data in XML
    The Code Project
    A C# example which puts and gets icon and bitmaps to and from a xml file
    Encrypting SOAP Messages
    MSDN
    One of the key concerns for developers working with Web Services is security. Because the data is sent in plain text and is routed across the Internet to reach its final destination, anyone can potentially view the message exchange. In the case of the example above, this may not be an issue. However, what if the exchange consisted of a request to a bank, and the response contained a list of account numbers and balances, or perhaps a request that returned something even more interesting, such as a credit card number? This article discusses techniques for encrypting SOAP messages.
    Enhancing User Experience - Part 1 : A Simple Unit Converter Application
    The Code Project
    Writting a Unit Converter application for an improved user experience (ease of use).
    Extreme XML: Combining XPath with the XmlReader
    MSDN
    Dare Obasanjo discusses the XPathReader, which provides the ability to filter and process large XML documents in an efficient manner.
    Extreme XML: Secrets of the System.Xml.Schema Namespace
    MSDN
    Dare Obasanjo provides examples of lesser-known class functionality in System.Xml.Schema namespaces.
    From XML to Database using the XmlTextReader
    XML for ASP.NET
    The .NET platform offers several different avenues for moving XML data into a database. For example, XML can be mapped to database tables and fields using the DataTableMapping and DataColumnMapping classes in conjunction with a DataAdapter, or the XML can be transformed to fit the database schema using XSLT.
    How to merge data from two XML documents by using System.Xml with Visual C++ .NET
    http://www.kbalertz.com/
    (815678) - This step-by-step article describes how to use a DataSet object to merge two XML documents. The DataSet object is central to supporting disconnected, distributed data scenarios with Microsoft ADO.NET. The DataSet object is a memory-resident...
    How to read the XML data from a file by using Visual C++ .NET
    Microsoft Support
    (815658) - This article describes how to use the XmlTextReader class to read the XML data from a file. The XmlTextReader class provides direct parsing and tokenizing of the XML data. The XmlTextReader class also implements the XML 1.0 specification, in addition...
    How to read the XML data from a file by using Visual C++ .NET
    http://www.kbalertz.com/
    (815658) - This article describes how to use the XmlTextReader class to read the XML data from a file. The XmlTextReader class provides direct parsing and tokenizing of the XML data. The XmlTextReader class also implements the XML 1.0 specification, in addition...
    How to read XML data from a URL by using Visual C++ .NET
    Microsoft Support
    (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements...
    How to read XML data from a URL by using Visual C++ .NET
    http://www.kbalertz.com/
    (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements...
    HOW TO: Format DateTime and Date Values in the XML Extracted from an ADO.NET DataSet by Using Visual C# .NET
    Microsoft Support
    (330597) - This step-by-step article describes how to format DateTime and Date values in the XML that is extracted from an ADO.NET DataSet object. In ADO.NET, the DateTime and Date values of DataTable columns are written in the XSD DateTime and Date formats when...
    HOW TO: Load and Save XML by Using DOM in .NET Framework with Visual C# .NET
    http://www.kbalertz.com/
    (317662) - Use this step-by-step guide to learn how to programmatically load and save Extensible Markup Language (XML) documents by using the System.Xml.XmlDocument class. This class is compliant with the World Wide Web Consortium Document Object Model (DOM)...
    Implementing XmlReader Classes for Non-XML Data Structures and Formats
    MSDN
    Developers can create a notation for any data structure using only elements and attributes, and can access any data structure with an XmlReader or XmlDocument—as long as they can "translate" it to XML.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com