Today's post is more observational than informational. Enjoy. It's sometimes possible to write XML without having an XML library. If your XML documents are sufficiently similar and templated, then you can craft validly formed XML through little more than string manipulation. The trivial case is where the string
Similar Posts
How can I directly craft the XML content that goes into a fault detail Getting control over the detail element doesn't have to mean crafting the fault
Most of the .NET security system can be serialized out to XML, and knows how to deserialize itself from an XML stream. This would seem to make it easy
Introduction A few days ago I blogged about dynamic languages and Lightweight Code Generation in .NET 2.0. Today, I'm providing you with the first part
I have seen a few recent posts floating around the user community where users have been writing complicated code to get some very simple information such