Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Everything you always wanted to know about SAX (and XmlReader)
- When you need to process XML documents, you must firstdecide whether to use DOM Document Object Model or SAX Simple API for XML, thetwo main XML APIs in use today. You can use either or both at the same timeto process XML documents, but DOM loads the document into memory...
- Tags: Richard Mansfield, SAX, Document Object Model, XML, XmlReader, XML document
- Technical articles 2004-07-12
- FastInfoset.NET Professional (exe)
- Is your XML too bulky and slow? FastInfoset.NET is a standards-based class library that reduces the size of text XML and speeds up processing performance by encoding and decoding binary XML conformant to the new ITU/ISO Fast Infoset specification. Its classes are integrated into the XML API of .NET so...
- Tags: Microsoft .NET, FastInfoset.NET, XML, Software/Web Development, Web Development
- Software downloads 2006-11-07
- Manipulate XML data with ASP.NET
- Microsoft has thoroughly embraced XML, and provides a great deal of support for it in the .NETFramework.This sample chapter, taken from ASP.NET Developer's Cookbook, explains how to open, read, manipulate, transform, and save XML data. The chapter covers the following topics:Finding a Particular Node in an XML DocumentStoring an XML...
- Tags: Microsoft .NET Framework, Microsoft ASP.NET, Microsoft Corp., XML, XML document, XML file, XML-Data
- Download resources 2005-11-04
- Get the most from XML in .NET with these tips
- .NET's XML classes may not work quite like you expect. Check out these tips for using them more effectively and then share your own tricks with other members.Attempting to leverage the myriad classes found in the .NET Framework’s System.Xml namespace for use in your applications can be a daunting proposition....
- Tags: .NET, Lamont Adams, XML, XmlValidatingReader, MemoryStream, FileStream, Microsoft .NET
- Technical articles 2002-12-11
- Pulling XML forward with the .NET Framework XmlReader object
- In the past, there were only two ways to parse an XML file—SAXSimple API for XML and DOM DocumentObject Model. The first reads an XML file in a sequential manner and signalsthe application as it finds different XML components like elements and attributes,while the second creates a tree representation of...
- Tags: Â Â Â Â Â Â Â, Guest Contributor, Microsoft .NET Framework, XML
- Technical articles 2004-12-02
- Populate ASP forms with XML data
- This article originally appeared as an XML e-newsletter.By Brian SchaffnerDo you know how to populate a form using ASP.NET? For this demonstration, we'll use a simple Web form that will list some XML files from a particular directory.Then, we'll select a file from the directory and send it to anotherWeb...
- Tags: .NET, Microsoft ASP, XML, Page_Load, XML file, Web, XML-Data
- Technical articles 2003-09-29
- Persist data with the XMLSerializer class
- The System.Xml.Serialization namespace provides the basic functionality of persisting an object as XML. Take a look at how you can use this approach. Microsoft recognized the need to persist data by including serialization functionality in the .NET Framework with the System.Runtime.Serialization, which...
- Tags: XMLSerializer, XML, Tony Patton, XML Serialization, serialization, namespace, XMLSerializer class, .NET Newsletter, Microsoft .NET Framework, Data, Class, Object, System.Xml.Serialization, System.Xml.Serialization Namespace, Deserialization, Persistence, Class Constructor, Software/Web Development, Web Development
- Technical articles 2005-06-30
- Are these free .NET training seminars worth your time?
- Everybody wants to know more about .NET, but few of us have the time or the money for full-blown training classes. One possible solution? Global Knowledge's free .NET seminars. See whether they're worth the cover charge.We all know the training catch-22: Developers need to keep current with emerging technologies and...
- Tags: .NET, Application servers, Middleware, Lamont Adams, Microsoft .NET, XML, training
- Technical articles 2001-08-03
- Generating XML serialization classes
- Once you've created an XSD schema to define your XML data, you can use it to validate that data. Find out how to generate serialization classes and validate XML data using an XSD schema.XML is garnering a reputation as a key technology for sharing information between systems and platforms. However,...
- Tags: Paul Stephenson, XML, XML-Data, schema, XSD Schema, Xsd.exe
- Technical articles 2001-11-01
- Application Development: What's new in ADO.NET version 2.0
- With the first, public alpha version of the coming release of Visual Studio .NET—christened "Whidbey"—now in the hands of developers, it's time to start thinking about your applications and how they might be affected as you move to this new version. Although the move from version 1.0 to 1.1 of...
- Tags: .NET, Databases, Middleware, Enterprise software, Daniel L. Fox, application development, Microsoft ADO.NET, Whidbey, XML
- Technical articles 2004-03-04
- A better way to parse XML documents in .NET
- The .NET Framework supports the XML DOM parsing model, but not the SAX model. .NET guru Leonardo Esposito tells you why this is actaully an improvement for parsing XML in .NET.Although always easy to transfer as flat files, XML documents need a parser to become really useful pieces of information....
- Tags: .NET, XML document, Microsoft .NET, Microsoft .NET Framework, Leonardo Esposito, XML reader, parser, XML, SAX
- Technical articles 2002-10-07
- << Previous
- page 1 of 1
- Next >>