Other News

Community

Practical .NET SOAP

(Richard Mansfield) Microsoft’s .NET technology rests on XML and employs it for Internet communication (including Web services), data storage, and many other purposes. .NET contains many functions that translate various kinds of objects—including database tables—to and from XML formats.

Community

A Primer on Using DB2 with .NET

(Chip Irek) Working with DB2, from a .NET application developer’s perspective, is just like working with any other relational database. One can find endless examples of how to perform databases tasks (from the mundane to the interesting) for Microsoft SQL Server and Oracle, but there is not as much

Community

Exporting Access schema using XML

(Susan Harkins) When it comes to sharing, applications often act more like squabbling children than professional tools of the trade. Sometimes the solution is to find a third application that’s compatible to both formats. Unfortunately, there isn’t always a compatible format available. The good news

Community

XSLT Reflection

(Jirka Kosek) Many modern programming languages contain a special interface called reflection. Reflection can be used to programmatically read, modifying, and create code in a particular language. Because the main purpose of XSLT is to transform XML documents, and because a XSLT stylesheet is expres