Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

July, 2010

BizTalk Blogs

This group is for blogs related to BizTalk Server. This includes Community Syndicated blogs and Stephen W. Thomas’s blog.

BizTalk Community Blogs via Syndication

Numerous BizTalk Bloggers all in one spot. All content is property of the original blog owner.
  • BizTalk Community Blogs via Syndication

    Awarded MVP BizTalk Server 1st July 2010

    This is an exciting moment, before summer holidays will start. I have been awarded by Microsoft with 2010 Microsoft® MVP Award. I was working today and after finishing diner with the family I opened my mailbox and found the ‘ Congratulations 2010 Microsoft MVP! ’ email from Microsoft. I cannot describe how happy I am and how rewarding it feels to receive such an award. I would like to thank all people at Microsoft (ones that nominated me), community members and other involved. My wife and children...
  • BizTalk Community Blogs via Syndication

    jQuery Part 2: More jQuery Basics

    Introduction Welcome to the second part of my overview of jQuery. This article is part of a 3 part series. If you did not read the first article, you may want to go back and read that first. This article is going to pick up where the [...]
  • BizTalk Community Blogs via Syndication

    WF Tip: Use a StringWriter to capture WriteLine Activity output when testing

    Question: Suppose you want to test an activity that uses WriteLine and you want to verify the output. How do you do it? Answer: Add a StringWriter to the Extensions collection before running your test Testing this activity Use this test [TestMethod] public void ShouldSayHelloWorld() { var wi = new WorkflowInvoker(new HelloWorld()); // The WriteLine activity will use an extension // of type TextWriter instead of the Console // if it finds one var writer = new StringWriter(); wi.Extensions.Add(writer...
  • BizTalk Community Blogs via Syndication

    The Unstandard Tag Library: Using Constants Within JSPs

    Introduction The Unstandard Tag Library is a JSP tag library that was developed as part of the Jakarta Project. Its purpose is to provide a collection of useful tags that people have been requesting for JSTL. The library serves as a keep all of these...
  • BizTalk Community Blogs via Syndication

    jQuery Part 1: jQuery Basics

    Introduction Welcome to my first blog post on the topic of jQuery. This is the first part of a three part series. This post will cover most of the basic features of jQuery. Then next post will wrap up the basic [...]
  • BizTalk Community Blogs via Syndication

    .NET 4.0 Windows Communication Foundation certified

    On 23 april I took the WCF 4.0 beta exam 71-513. 86 questions plus questions review... In my opinion, the questions covered every feature (including the new ones). To me, the REST questions were the most difficult, maybe because this is the feature I use least on projects. If you want to pass, don't forget to study the new 4.0 features! Today I received a mail from Microsoft that I passed the exam :) Peter Borremans
Page 5 of 5 (86 items) 12345