perfectxml.com
 Basic Search  Advanced Search   
Topics Resources Free Library Software XML News About Us
home » info bank » .NET XML KB Articles » HOWTO Tue, Jan 15, 2008
.NET XML KB Articles
HOWTO

HOW TO INFO BUG PRB FIX

Page: 1  2  3  4  5  6  7  8  9  

Use the Web Service in an ASP.NET Page
KB: 302251
This article describes how to add and then use a Web service in a Microsoft ASP.NET page in Microsoft Visual Studio .NET. In Visual Studio .NET, you can drag any exposed Web service directly into your application. When you do so, you enable Visual Studio .NET to treat the Web service as a class. To call the Web service, you create a new instance of the Web Service class, and then you call an exposed method.
View this KB Article...

Write a Simple Web Service by Using Visual Basic .NET
KB: 301273
This article describes how to write a simple Web service, called MathService, that exposes methods for adding, subtracting, dividing, and multiplying two numbers.
View this KB Article...

Save a DataSet Class as XML in .NET Framework SDK
KB: 301271
This document illustrates how to save relational data that is loaded into a DataSet class to a file as Extensible Markup Language (XML). This demonstrates the transition between relationally mapped data and XML data.
View this KB Article...

Read XML Data from a URL by Using Visual Basic .NET
KB: 301232
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, a file, or a TextReader class.
View this KB Article...

Read XML Data from a Stream in .NET Framework SDK
KB: 301228
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a stream. The stream can come from a variety of sources, such as a byte stream from a server, a file, or a TextReader class
View this KB Article...

Read XML from a File by Using Visual Basic .NET
KB: 301225
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a file. XmlTextReader provides direct parsing and tokenizing of XML and implements the XML 1.0 specification as well as the namespaces in XML specification from the World Wide Web Consortium (W3C). This article provides fast, tokenized stream access to XML rather than using an object model such as the XML Document Object Model (DOM).
View this KB Article...

Query XML with an XPath Expression by Using Visual Basic .NET
KB: 301220
This article demonstrates how to query an XPathDocument object with an XML Path Language (XPath) expression using the XPathNavigator class. XPath is used programmatically to evaluate expressions and select specific nodes in a document.
View this KB Article...

Navigate XML with the XPathNavigator Class by Using Visual Basic .NET
KB: 301111
This step-by-step article illustrates how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an XPathNavigator object as a view onto the data, and displays the XML by walking through the document.
View this KB Article...

Apply an XSL Transformation to XML for Streaming by Using Visual Basic .NET
KB: 300934
This article describes how to apply the Extensible Stylesheets Language (XSL) Transformations (XSLT) language to an Extensible Markup Language (XML) document by using the XslTransform class to create a new XML document. XSL is an XML-based language that is designed to transform either an XML document into another XML document or an XML document into any other structured document.
View this KB Article...

Apply an XSL Transformation from an XML Document to an XML Document by Using Visual Basic .NET
KB: 300929
This article illustrates how to apply an Extensible Stylesheet Language (XSL) Transformation (XSLT) to an Extensible Markup Language (XML) document using the XslTransform class to create a new XML document. XSL is an XML-based language that is designed to transform one XML document into another XML document or an XML document into any other structured document.
View this KB Article...


Page: 1  2  3  4  5  6  7  8  9  

  Contact Us |  | Site Guide | About PerfectXML | Advertise ©2004 perfectxml.com. All rights reserved. | Privacy