Author: SSWUG Research

Community

Compare XML Data Access APIs

by Greg Ewing and Jon Rauschenberger – The .NET Framework includes several new data access APIs, each of which has varying levels of support for accessing data residing in SQL Server as XML. Selecting the right API for your needs can make a big difference in how your solutions perform and how much c

Community

Converting from SAX

Brett McLaughlin explains how to use SAX to communicate with applications that require DOM and JDOM inputs. It’s a useful technique: With the flurry of XML APIs available, developers now have to be able to easily move from one to another, and then on to another. The sample code provides a concrete e