Browse by Tags
All Tags »
BizTalk script (
RSS)
Sorry, but there are no more tags available to filter with.
Being an BizTalk server administrator now I've been looking around for some tool and scripts to make life easier (being a developer at heart). I found some good samples here . I made some 'additions' to make it more useful and have some reuse of it through different environments. I though of sharing this so others might have some use for it too. I hope the formatting doesn't suck to much :) --------------------------------- using System; using System.IO; using System.Xml; using System...