Browse by Tags

All Tags » XML (RSS)

Follow up: Workaround for XmlSerializer assembly leaks by ChristophDotNet

A while ago, Paul Wilson and Kirk Allen Evans reported that the XmlSerializer is leaking assemblies when the serializer object was instantiated with any of the constructors but the most basic one. The simple XmlSerializer constructor has logic to re-use...
Filed under: , ,

Upcoming Talk At Austin SQL Server User Group by ChristophDotNet

I'll be speaking at CACTUSS on 10/19/04 at 5:30pm at the Microsoft Technology Center in Austin. The talk examines using XML with SQL Server 2000, SQLXML 3.0 and, if time permits, SQL Server 2005. Here are some details on the talk: XML capabilities are...
Filed under: , ,

Interface inconsistencies between ASMX Web services and System.Xml V1 and V2 by ChristophDotNet

I've been wondering why the class designs between ASMX Web services and System.Xml seem to be so disconnected. It seems like the ASMX team really doesn't get to keep up with the way things are done in System.Xml. Take the feature that you can return an...

Inconsitencies between Web Services and System.Xml by ChristophDotNet

I've been wondering why the class designs between ASMX Web services and System.Xml seem to be so disconnected. It seems like the ASMX team really doesn't get to keep up with the way things are done in System.Xml. Take the feature that you can return an...
Filed under: , ,

My article on troubleshooting the XmlSerializer is up on MSDN XML Dev Center by ChristophDotNet

This new article is a much extended version of a post I had here several months ago. It desribes the various problems you can encounter working with the XmlSerializer and how to diagnose them. You can find the article here . Thanks Dare for putting it...
Filed under: , ,
More Posts