| ASP.NET Guest entry Form |
| The Code Project |
| Guest Entry form with an XML Control |
|
| Building a web based RSS Feed Viewer using System.XML |
| The Code Project |
| This article illustrates building a class to Parse RSS Feed's and return the details in a form that they can be eaisly manipulated and displayed. |
|
| Code Generation in the .NET Framework Using XML Schema |
| MSDN |
| Learn the difference between typed datasets and classes generated by the xsd.exe tool. Extend this process by reusing the infrastructure classes supporting it, staying compatible with the XmlSerializer. |
|
| Custom Objects From the App.Config file |
| The Code Project |
| Defining custom objects in the App.Config file, and retrieving them via the IConfigurationSectionHandler Interface. |
|
| How to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data |
| Microsoft Support |
|
(833379) - This article describes how to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data. If your application exposes Web Services through a WebService application layer, the server...
|
|
| How to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data |
| Microsoft Support |
| (833379) - This article describes how to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data. If your application exposes Web Services through a WebService application layer, the server... |
|
| Inside WSDL with .NET Attribution |
| MSDN |
| Understanding how a Web Services Definition Language (WSDL) file describes your Web service is the key to understanding how XML Web services work in general. Demystify the Web Service Description Language (WSDL) files that Microsoft ASP.NET generates by examining the seven major elements that compose a WSDL file, and learn techniques for altering the generated WSDL by using the attributes available within the System.Web.Services, System.Web.Services.Protocols, and the System.Xml.Serialization namespaces. |
|
| Moving to .NET and Web Services |
| MSDN |
| As you may have guessed from looking at the top of this page, the House of COM column that appeared in the May 2001 issue was my last column on COM (I have already started the bidding war on eBay for that soon-to-be-collector's edition). Dedicated readers may have noticed that I haven't been using the column to write about COM per se for some time. Rather, for the past three years, my work has been shifting to encompass other software integration/component technologies, such as the Common Language Runtime (CLR), ISAPI, XML, SOAP, and Web Services.
|
|
| Object Serialization and OO Techniques |
| Visual Studio Magazine |
| XML Serialization presents an excellent mechanism for working with XML documents in an object-oriented manner. In the June/July issue I discussed how using XML serialization in the IBuySpy Portal site (www.ibuyspy.com) simplified working with configuration files (see Links). Now I'll demonstrate how to leverage XML serialization techniques to manipulate the web.config file using object-oriented techniques rather than the Document Object Model (DOM). |
|
| Troubleshooting Common Problem with the XML Serializer |
| MSDN |
| Christoph Schittko discusses various techniques for diagnosing common problems that occur when converting XML to objects and vice versa with XML Serialization technology in the .NET Framework. |
|
| Using XML Serialization to Read Custom Configuration Elements |
| The Code Project |
| Custom configuration is a powerful tool provided by the .NET Framework. Ideas such as the Provider Model make heavy use of the configuration techniques. This article will demonstrate using XML Serialization to place objects into your configuration that can be used at run time. |
|
| Working with Complex Data Types in an XML Web Service - Part 1 |
| DotNetJunkies |
| XML Web Services enable the exchange of complex data types, serialized as XML. Complex data types, such as ADO.NET DataSets and custom classes can be serialized as XML and either sent to the XML Web Service as an input argument, or returned from the XML Web Service as the result. In this article we will build the beginning of an XML Web Service, which we will finish in next week's article, when we will also build a consumer Web application. |
|
| Working with Complex Data Types in an XML Web Service - Part 1 |
| DotNetJunkies |
| XML Web Services enable the exchange of complex data types, serialized as XML. Complex data types, such as ADO.NET DataSets and custom classes can be serialized as XML and either sent to the XML Web Service as an input argument, or returned from the XML Web Service as the result. In this article, Doug builds an XML Web Service and a consumer Web application. |
|
| Working with Complex Data Types in an XML Web Service - Part 2 |
| DotNetJunkies |
| In the previous article, Doug showed you how to create custom classes that represent data, and serialize them as XML to be returned from an XML Web Service. He used the XmlAttributeAttribute, XmlElementAttribute and XmlTextAttribute classes to specify how the XmlSerializer should serialize the class as XML. In this article, Doug continues on and demonstrates how to use the XmlArrayAttribute to create an element of the serialized class that contains an array of serialized objects. |
|
| Working with Xml DOM |
| Master C# |
| Xml - The standard for representing data over the internet is indeed very powerful and has a lot of importance in today's connected world, but very few platforms have been able to fully support Xml and its various specifications. On the .NET Platform, Microsoft has clearly displayed its interest in supporting Xml by providing an extensive API that fully supports the latest Xml standards. |
|
| XML Developer Center Launch |
| MSDN |
| Find information about working with XML technologies in such products as SQL Server and Microsoft Office, as well as developer technologies such as MSXML and System.Xml in the .NET Framework. |
|