ASP.NET News from Blogger: XML   Get the feed of: XML

Total News: 23

XSLT 2.0, XPath 2.0, XQuery and WSDL Support in XMLSpy 2007

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...

Binding Data to ASP.NET 2.0 Server Controls

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...

Video: Edit XML Data with the XmlDocument Class

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...

Video: Using XPath with the XmlDocument Class

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...

Video: Parsing XML with the XmlDocument Class - Part I

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 ...

.NET Distributed Application Development

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...

Las Vegas DevConnections Talks - Code and Content

 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...

Creating an ASP.NET RSS Blog Roller

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...

ASP.NET Connections Conference Las Vegas Approaching Fast

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...

New XML Features in .NET Version 2

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...

Work with RSS Feeds using the System.Xml Assembly

.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...

DevConnections Conference Las Vegas

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 ...

ASP.NET Connections Coming Soon!

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...

Customer Viewer Atlas Demo

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...

Free Web Seminars Presented by Dan Wahlin in June and July

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....

Online Video - Using the XmlTextReader Class

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...

Online Video - Using the XmlDocument Class

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...

Speaking at the Plano .NET User Group January 5th

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...

Combine RSS Feeds and Display Random Items

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...

XML Spy 2005 Out

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...

XML Changes from Beta 1 to Beta 2

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-...

Better Late Than Never.....

 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...

Combining the XmlTextReader and XmlTextWriter Classes

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