Archive for the ‘General’ Category

Regex multiple occurrence search

Here is a task we have very often, multiple occurrence or recurring match, this is made easy by understanding zero width assertion and greedy –lazy matching. Read the rest of this entry »

Reusable Schema In Biztalk

The reusability of schema can be achieved through schema import and definition of simple and complex types, here is a very simple guide line as how to and what to do in terms of reusable schema design in Biztalk Read the rest of this entry »

Tags:

C# Regex Gotchas

Here I am going to show you how to understand a few confusing usages of regex in c#, like double quotes in pattern, find and replace, wrapping up with a real world example of version number replacing in automated build process. Read the rest of this entry »

Tags:

Node set and result tree fragment in xslt

Node set and result tree fragment are different types, while path evaluation can only be applied on node set, otherwise you will get error message like:

To use a result tree fragment in a path expression
Read the rest of this entry »

Tags:

CreateObject no implementation error in Microsoft. Practices. EnterpriseLibrary

When use Microsoft enterprise library, it is likely you will get an error like this Read the rest of this entry »

Page 1 of 212