Summary of my contributions on MSDN Code Gallery and TechNet Gallery in the first half of 2012
Jun 8, 2012
In the following of my previous post, this is the list of my contributions in the last six months on MSDN Code Gallery and TechNet Gallery MSDN Code
BizTalk Training – Mapping – Grouping elements from different messages in BizTalk Maps
Jun 5, 2012
Ok, this will be my third mapping problem published and I can tell that it will not be the last… First of all let me tell you that for me there is no
BizTalk Training – Mapping – How to implement multi-level Muenchian grouping in BizTa...
May 15, 2012
I already talked about Muenchian Grouping in BizTalk Maps in the past: BizTalk Training – Mapping – Muenchian Grouping and Sorting in BizTalk Maps
BizTalk Training Resources: Virtual Labs, Tutorials, Virtual Machine and more…
Jul 13, 2011
Sometimes people ask me how to quick-start learning BizTalk or I see a lot of people asking that in forums, which leads me to always be looking for
BizTalk Training – Mapping – Muenchian Grouping and Sorting in BizTalk Maps without l...
Oct 28, 2009
There is an astonishing post by Chris Romp about Muenchian Grouping and Sorting in BizTalk Maps, but it has one limitation, by creating and configuring Custom
BizTalk Training – Handling Exceptions inside orchestration
Oct 26, 2009
Handling exceptions inside orchestration is the equivalent of doing a "catch { }" block in C#, of course, there are some little differences, but the idea is
BizTalk Training – Accessing and change message values inside orchestration
Oct 26, 2009
There are 3 ways that we can read and set values of the message inside orchestration: Using Property promotion Using XPath expressions Using
BizTalk Training – Customize filename dynamically inside Orchestration
Oct 23, 2009
This is a basic step To accomplish this, you have to define the message context property of the output message The message context is a container for
BizTalk Advanced Mapping Tips – Inline XSLT – Selecting distinct nodes (grouping)
Sep 14, 2009
One of the more challenging things to do in XSL 10 was getting a distinct list of values from a set of nodes There is no simple syntax for writing this type