Categories
Related to Get a Real XML Parser
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 message yourself. While WCF requires that 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 to create security objects (such as PermissionSet »
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 of a sample called DynCalc to perform calculations »
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 as a timestamp into their traces. As a follow up »
HelloSablecc tools 11 February 2007 (Updated at end with note about tree transformation rules.) I've done a small amount of playing around with SableCC recently. It took a bit of effort to get a Hello »
Have you ever wanted to create a custom formatted message. For example if you define a message of type System.String inside your orchestration and output it via an adapter the result will be as shown below »
In a previous post we presented an overview of the XML Features in the Orcas Community Technology Preview . This post gives some more details and examples for what we call the bridge classes that let one »
This is the first of a multi-post series on how to use LINQ to XML in scenarios that require streaming over a large input and or output data source rather than loading a document into memory, processing »
Earlier this week, I posted about using cipher references to refer to data stored in the same document. Today I'll use the same technique, but instead of storing the encrypted data elsewhere in the document »