ASP.NET News from Blogger: XML for ASP.NET Developers - Dan Wahlin   Get the feed of: XML for ASP.NET Developers - Dan Wahlin

Total News: 10

Viewing Customer Data and Maps with Atlas

With the release of the Atlas technology preview developers have a new way to emulate AJAX (Asynchronous JavaScript and XML) programming concepts while using familiar ASP.NET server control style prog...

Dynamic XML Menu Server Control for ASP.NET

Guy S. has taken my original ASP.NET XML menus and extended them significantly. New features include a more object-oreinted code base, permission level checking, control events, caching, support for ...

Using the XmlTextReader Class Video

The XmlTextReader class provides a fast, forward-only API for parsing XML documents. In this video tutorial you will see how to use the XmlTextReader to parse RSS feeds, combine it with the XmlTextWr...

Using the XmlDocument Class Video

The XmlDocument class provides a wealth of capabilities including the ability to parse, filter, and edit XML data. In this video tutorial, Microsoft MVP Dan Wahlin shows a few of the ways that the Xm...

Combine RSS Feeds and Display Random Items

This code sample demonstrates how multiple RSS feeds can be combined, parsed, and displayed using the XmlTextReader and XmlTextWriter classes in the .NET framework. It can display all items found in ...

Manage Development and Production Database Connection Strings with XML Serialization

Database connection strings are an important part of any data-enabled application. Because developers typically have development and production connection strings to manage (depending upon the enviro...

Using the XPathNavigator to Parse XML Documents

The XPathNavigator class (located in the System.Xml.XPath namespace) provides a random, cursor-style API that allows XML documents to be parsed. The ASP.NET pages available in the sample download dem...

Generate Dynamic Maps and Flight Routes with XML and SVG

This code sample demonstrates how over 30 meg of XML data containing world mapping points, airport locations, and flight routes can be dynamically parsed and used to generate Scalable Vector Graphic ...

New Features in ASP.NET Version 2

While the learning curve associated with moving from version 1.0 to version 2.0 of ASP.NET is by no means as steep as the curve many encountered when migrating from ASP to ASP.NET, version 2.0 is pac...

Serialize Arrays and ArrayLists to XML

The XmlSerializer class provides a great way to convert (serialize) objects to XML and back (deserialize). However, it can be difficult to properly serialize collections such as Arrays and ArrayLists...

View Other bloggers