Documents And Specifications
Language
Any
Platform
Any
License
Any
Microsoft is investing millions in promoting .NET and its
advantages. One of the many plugged advantages of the Microsoft
.NET initiative is XML Web Services the ability to remove your
business...
As XML's popularity and use in Web-enabled applications continues to rise, it is becoming more and more important to have a good understanding of how to create, consume, and alter XML documents...
XSLT is an excellent technology that adds more power to XML. XSLT is a language by itself like most other programming languages. It is the language to transform source data structure to destination...
Many users of this site have been introduced to the world of weblogs and many have downloaded and found their favorite aggregator for RSS and other syndication formats. MSDN has realized their...
RSS, Real Simple Syndication, is an XML dialect used by bloggers to hold their channels and entries. Other sites use RSS to describe the content on a page or recent articles they have written. XSLT...
RSS, Real Simple Syndication, is currently in version 2.0 based on the Userland specification. This article will go over the uses of the XML dialect, the channel elements, and a few examples of RSS...
The database schema, sometimes called metadata, is how the database defines itself. To oversimplify things, when an action is taken against the database such as an update, the database checks the...
In this tutorial we will be walking you through creating your own server control. Granted, this is a very simple example, but will give you an idea of what you have to do to create one. I will be...
I decided to write a trick article I was just messing around
the other day and wanted to figure out an easy way to load .NET
server controls from the client for display purposes only (you
could...
This article demonstrates how to create and use an XML Web service with Visual Studio .NET. XML Web services are reusable units of application logic that you can expose to clients across the Internet...
This article demonstrates how to apply a Document Type Definition (DTD), a Microsoft XML-Data Reduced (XDR) schema, or an XML Schema Definition Language (XSD) schema to an Extensible Markup Language...
This step-by-step article describes how to integrate an Apache SOAP 2.2 client with an XML Web Service that is based on Active Server Pages (ASP) .NET. This article assumes that the ASP.NET...
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...
ADO+ is the new set of data access services for the .NET Framework. ADO+ is a natural evolution of ADO, built around n-tier development and architected with XML at its core. This article presents the...