ASP.NET News from Blogger:
XML for ASP.NET Developers - Dan Wahlin
Total News: 10
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...
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 ...
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...
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...
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 ...
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...
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...
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 ...
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...
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