ASP.NET News from Blogger:
XML
Total News: 23
I've always been a fan of Altova's XMLSpy and have used it since it was first released. Their release of XMLSpy 2007 doesn't disappoint as it adds support for several things that are...
I'm teaching the ASP.NET 2.0 Programming class at Interface Technical Training this week and had a few people ask questions about how to embed controls such as a DropDownList into a DetailsView an...
In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class Click the link below to view the video. View Vid...
In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class Click the link below to view the video. View Vid...
In this video tutorial I walk through the fundamentals of using the XmlDocument class in .NET to parse an RSS feed and display results. Click the link below to view the video. Parsing XML ...
I'm teaching Microsoft's .NET Distributed Application Development course this week in Phoenix and wanted to get some sample code I put together posted for everyone that is attending (and anyon...
I'm going to be giving 3 talks and one pre-conference workshop at DevConnections next week in Las Vegas on behalf of Interface Technical Training. It's always a great conference an...
We needed an RSS blog roller for http://www.interfacett.com so we could show various employee blogs. While there are several out there for .NET we wanted something that we could build on and cus...
The ASP.NET Connections conference in Last Vegas is coming up fast! If you're still up in the air about attending I can tell you that it's an awesome conference where you'll have a l...
Version 1.1 of the .NET framework supports todays mainstream XML technologies including DTDs, XML Schema, XSLT, XPath, SOAP 1.1, DOM Level 2, and XML namespaces. While version 2 of the framework conti...
.NET version 2.0 adds many enhancements to the System.Xml namespace and its related classes. This sample code demonstrates how several of these enhancements can be used to consume RSS feeds for displa...
I just got back home from speaking at the DevConnections conference in Las Vegas and had a great time. For those that haven't been, it's a fun conference loaded with great material that is ...
I'm going to be speaking at the Las Vegas ASP.NET Connections conference Nov. 7th - 10th so please stop by and say "hi" if you'll be attending. If you've never been it's a great conference wi...
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...
Microsoft .NET MVP Dan Wahlin will be presenting several free Web Seminars covering a variety of topics from new .NET version 2 features to emulating master pages Website templates in .NET version 1....
The next video tutorial in the XML APIs video tutorial series is now available for viewing at the XML for ASP.NET Developers Website. It's titled "Using the XmlTextReader Class" and can be fou...
I spent a few hours yesterday putting together the first segment in a new online video series that will demonstrate how to use different XML parsing APIs built-into the .NET framework including the Xm...
I'll be speaking at the Plano, Texas .NET User Group meeting January 5th on the new XML features in .NET V2 (Whidbey). The talk will cover why you'd ever want to use XML, new XML classes, new pe...
I added a new code sample to the XML for ASP.NET Developers Website (http://www.xmlforasp.net) that deals with RSS feeds. Here's more information about it: Combine RSS Feeds and Display Ran...
Ive been a fan of XML Spy for years due to its excellent support for editing, schemas, DTDs, XSLT debugging, etc. A few days ago XML Spy 2005 came out and I was happy to see it had several new f...
Microsoft’s Dare Obasanjo has put together a great list of XML related changes between .NET V2 Beta 1 and Beta 2 at http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=f2d229e4-a0f3-4660-aeda-...
Ive had several people ask why I dont have a blog out there yet. My standard response has always been that I just dont have enough time (which is true most days) between running my consulti...
Awhile back I put out a new sample at http://www.xmlforasp.net that demonstrates how to combine the XmlTextReader and XmlTextWriter classes when custom XML needs to be output. The example shows ...
View Other bloggers