Take the Pain out of Creating Word Documents by Using C# and XML
01/23/2009
By Chris Bennett - Learn how to create Word documents in your application without using Office Interop or third-party libraries.LINQ to XML
Rating: none
Mark Strawmyer - 11/17/2008
Gain an understanding of LINQ (Language Integrated Query) to XML and see why you'll never want to use the DOM again.
Dynamically Building Windows Presentation Foundation DataTemplates
Rating: none
Jeffrey Juday - 09/15/2008
Discover how to use the XamlReader to dynamically create a Datatemplate. Then, see how you can bind to a Dataset and display the data in a ListView control (via a sample application pointing to the Northwind database).
Inferring an XML Schema from an XML Document
Rating: none
Paul Kimmel - 09/03/2008
Let the .NET Framework write your XML Schema document (XSD) for you.
Accessing Business Data in WPF Applications
Rating: none
Jani Järvinen - 08/19/2008
Many WPF demos focus on slick graphics and designer user interfaces. While this is all good, those regular business database applications will eventually make the transition from WinForms to WPF. Learn how to get started accessing business data in your WPF applications.
Working with the XML Data Type of SQL Server
Rating: none
Bipin Joshi - 06/25/2008
Store XML data directly in SQL Server. Use the power of the XML data type to store and manipulate XML data efficiently and easily.
Developing Microsoft System Center Operations Manager 2007 Management Packs
Rating: none
Jeffrey Juday - 04/14/2008
Learn to build a Management Pack to monitor your application.
An Introduction to BizTalk 2006 R2 Development
Rating: none
Jeffrey Juday - 03/12/2008
Learn about BizTalk 2006 R2's core features housed in the BizTalk Messaging Engine and what they can do for you.
How to Create a Custom XSL Map for Use in BizTalk 2006
Rating: none
Drew Block - 01/18/2008
Discover when and why you may want to use a custom XSL document for mapping rather than the BizTalk Mapper.
You've Got the BizTalk POP3 Adapter
Rating: none
Jeffrey Juday - 12/05/2007
Leverage the BizTalk POP3 Adapter to manage an inbox.
Building a BizTalk Pipeline Content Enricher with SQL Server 2005
Rating: 




Jeffrey Juday - 11/05/2007
Learn how to implement the Content Enricher integration pattern using BizTalk 2006 R2 and SQL Server 2005.
Business Data Catalog in Microsoft Office SharePoint Server 2007 and the Object Model
Rating: none
Gustavo Velez - 10/17/2007
Microsoft Office SharePoint Services (MOSS) 2007 introduced a mechanism to integrate back-end systems and Line of Business processes with the Portal infrastructure, bringing external data inside the Portal. In addition to creating XML schemas manually, with SharePoint's Object Model the BDC can be generated programmatically.
BizTalk Pipeline Dreams Become Reality
Rating: none
Jeffrey Juday - 08/16/2007
Learn how to more easily extend, re-use, and configure a BizTalk Custom Pipeline Component.
The WCF MessageEncoder Decoded
Rating: none
Jeffrey Juday - 06/01/2007
If you're already familiar with the fundamental aspects of Windows Communication Foundations, learning about MessageEncoders can take your application to the next level.
Generating Custom XML from SQL 2005
Rating: none
Scott Hanselman - 05/01/2007
See how to take advantage of some new XML features in SQL Server 2005 that will come in handy in your ASP.NET development in this update from Professional ASP.NET 2.0 Special Edition by Scott Hanselman.
[Updated] Read and Write Open XML Files in MS Office 2007
Rating: 




ZeljkoS - 01/02/2007
Learn how to read and write Open XML files (MS Office 2007).
Ajax and the Yahoo! Connection Manager
Rating: none
Nicholas C. Zakas - 04/21/2006
Discover how to use the new Yahoo! Connection Manager — one of the most popular new Ajax libraries.
My Feature in VS 2005: Storing Application and User Settings
Rating: 




Paul Kimmel - 01/20/2006
Using XML to store configuration settings is a great idea, and thanks to the My feature, you don't have to learn XML to do so.
XML Queries and Indexing in SQL Server 2005
Rating: none
Mike Gunderloy - 11/28/2005
For the first time, SQL Server 2005 offers a native XML data type. See how you can store and query XML documents as part of a SQL Server table, and how to use XML indexes to make queries against these columns more efficient.
XMLFileWatcher Windows Service
Rating: none
Venkata Kancharla - 08/16/2005
A windows service which monitors the directory changes, writes an entry in the event log about the change, notify the changes to the users by sending mail and also converts the input XML file into Dataset
Reading XML Files with the XmlTextReader Class
Rating: none
Tom Archer - MSFT - 05/13/2005
Learn how to use the .NET XmlTextReader class to sequentially read through and parse the nodes of an XML document/file.
Writing XML Files Using the XmlTextWriter Class
Rating: 




Tom Archer - MSFT - 05/06/2005
Learn how easy it is to generate XML files by using the XmlTextWriter class from Managed C++.
Manipulate XML File Data Using C#
Rating: 




Anand Narayanaswamy - 03/14/2005
Learn how to display, add, edit, and delete data from a single XML file by using C# console applications. With a little effort, you can implement these techniques in Windows-based applications.
Building Distributed Apps? Use XML Web Services, Not Remoting (Mostly)
Rating: none
Paul Kimmel - 12/15/2004
When choosing between .NET Remoting and Web services for your distributed applications, XML Web services are the right call most of the time. Learn how to produce and consume these Web services.
Work with XML Data Type in SQL Server 2005 from ADO.NET 2.0
Rating: none
Thiru Thangarathinam - 09/10/2004
Learn how to work with the XML data type column in SQL Server 2005. Along the way, you also will see how to read and write values into the XML columns from ADO.NET 2.0.
Using Open XML Schema with .NET
Rating: none
Mickey Williams - 08/18/2004
Visual Studio .NET simplifies the use of XML messaging in your applications. Learn how to use the XML Schema to simplify your work.
XSLT Tutorial
Rating: 




sirgilligan - 07/30/2004
Often, an XML document needs to be converted to a new structure. That is where XSLT comes in.
Document .NET Libraries with XML Comments
Rating: none
Mike Gunderloy - 07/06/2004
Distribute your .NET class libraries with professional-looking documentation for consumption by other developers by adding XML comments.
[Updated] How to Bind Nested XML to a Repeater Control with Container.DataItem
Rating: 




Sonu Kapoor - 05/21/2004
Learn how to use the Container.DataItem method to retrive XML elements.
An Easy Guide to Using the XmlTextReader and XmlTextWriter Classes
Rating: 




Sonu Kapoor - 05/12/2004
Learn how easy it is to use the XmlTextReader and XmlTextWriter classes.
Validation of XML with XSD
Rating: 




Syed Hameed - 03/24/2004
Discover how to validate XML document with XSD schema. The validation is performed by checking whether the XML document is a well-formed one by programmatically using .NET classes in C#.
Tutorial of LBXML Operator, a C# API-Based Tool for XML Insertion, Modification, Searching, and Remo
Rating: 




Bing Li - 03/19/2004
LBXML Operator runs over the .NET platform. 2.0, the latest version of LBXML Operator, has been tested successfully over the .NET 2003 platform.
Introduction to LBXML Operator, A C# API-Based Tool for XML Insertion, Modification, Searching, and Removal
Rating: none
Bing Li - 02/11/2004
Using this API, you can touch or return any particular value between tags in an XML file after specifying conditions using C# rich data structures.
Document Validation in XML.NET
Rating: 




Dino Esposito - 11/11/2002
Is your XML valid? The XmlValidatingReader class provides you the means to verify the validity of your XML documents and fragments. Dino Explains the details.
A Simple Way to Write XML in .NET (XmlTextWriter)
Rating: 




Bradley Jones - 10/16/2002
Writing XML from a .NET application can be done quickly and easily. This article briefly introduces the .NET Framework's XmlTextWriter class and illustrates its use from C#.
Generating Wrapper Classes from an XML Schema
Rating: 




Simon Sprott - 05/28/2002
This article describes how to take an XML schema and generate a set of wrapper classes from it that allow you to manipulate an XML document via simple strongly typed objects, thus removing the need for developers to get bogged down in the complexities of schemas or deal with the nuts and bolts of MSXML.
Writing XML SAX Parsers in C#
Rating: 




Sanjay Ahuja - 05/14/2002
Get a head start on writing XML parsers in C#.
