LogoSander Schutten's Blog
  • Home
  • Recent Posts
Logo Inverted Logo
  • Posts
  • 2019
    • October
      • Difference between Apply to each and For each actions
    • September
      • Intelligent chatbots for Microsoft Teams
    • August
      • Custom profile images in Edge
  • 2018
    • February
      • Logic Apps improvement suggestions
    • December
      • Connect to Azure AD secured SignalR Hub from your SPFx code
  • 2017
    • November
  • 2013
    • June
      • Move your development VM to Azure
  • 2012
    • September
      • Preparing for 70-484: Essentials of Developing Windows Metro style Apps using C#
      • Preparing for 70-485: Advanced Metro style App Development using C#
  • 2011
    • August
      • Lightswitch: custom ribbon button
    • July
      • Windows Phone 7 Mango features
    • April
      • MIX11: Boot Camps
      • MIX11: Day 1
      • MIX11: Day 2
      • MIX11: Day 3
    • March
      • Advanced MVVM: Doing visual states properly
    • January
      • Using the Sync Framework on Windows Phone 7
  • 2010
    • November
      • WCF RIA Services OData endpoint does NOT support update or LINQ
    • December
      • Building a location aware Windows Phone 7 application
  • 2009
    • January
      • MCE Guide Editor source code
  • 2008
    • November
      • Building Vista Media Center Add-ins (Dutch)
      • Honk twice if you see us!
    • October
      • Better WSSF solution structure
      • Consume WCF service using Sharepoint Designer
      • Day 0: arrived in LA
    • September
    • August
      • First release of Viddler.Net
      • Viddler.Net on Codeplex
    • July
      • BizTalk Server capabilities poster
      • BizUnit Designer
      • Control Windows Media Center with New Windows SideShow BETA Gadgets
      • Ext JS
      • FarPoint Spread for BizTalk Server 2006
      • First look at WCF Adapter for BizTalk Server 2006 R2
      • Home Server campaign
      • How-To: New ASP.NET 3.5 Extensions Video Screencasts
      • Map xs:string to xs:datetime
      • Microsoft BizTalk Server Performance Optimization Guide
      • Microsoft LoadGen 2007
      • More BizTalk posters
      • Released: BizTalk Server 2006 extentions for WF
      • Video: BizTalk Services Explained
    • April
      • BizTalk Server 2006 R3 just around the corner
    • March
      • Status update on MCE Guide Editor
    • February
      • Jonas Butt, the new IT-talent?
      • Running
  • 2007
    • June
      • DevDays 2007, were you there?
    • May
      • First release of MCE Guide Editor
    • February
      • .Net Magazine article published online
    • January
      • Accessing flat file content in orchestration
      • BizTalk Adapter whitepaper
      • BizTalk shell extension
      • BizTalk Troubleshooting Guide
      • MCTS BizTalk Server 2006
      • Pipeline Testing Framework for BTS06
      • Playing Blog-Tag
      • Storing configuration inside SSO database
      • Using BAM API to create related activities
  • 2006
    • November
      • Add existing project from web drama
    • March
      • Developing for Vista Media Center
      • HTML Generator Stylesheet for BizTalk 2004 Maps
      • Increase XSLT performance by using xls:key
    • February
      • BizTalk Load Generation Utility reloaded
      • BizTalk Performance Tester released
      • DevDays 7 & 8 March
    • January
      • Happy new year!
      • Identify node type in XSLT
      • Suppress XML documentation warnings for a project
  • 2005
    • November
      • Access message properties inside custom pipeline component
      • BizTalk Server 2006 CTM Released
      • BizTalk's sexy new XSLT mapper
    • October
      • BizTalk 2006 Beta 1
      • BizUnit 2.0 released
      • Joining the overloaded web-log community
      • Workflow designer will substitute orchestration designer in BizTalk vNext
    • December
      • Load XmlSchema's from BizTalk assembly
Hero Image
MCTS BizTalk Server 2006

Today I passed the 70-235 exam, required for earning the MCTS BizTalk Server 2006 certification. About 20% of the questions was related to the Business Rule Engine (BRE) and another 15% to Business Activity Monitoring (BAM). The other questions were all general BizTalk questions, including some questions on Role Links. I found the exam a little difficult, mainly because I haven’t worked with the BRE that much and also haven’t used Role Links.

Monday, January 29, 2007 Read
Hero Image
Playing Blog-Tag

Jolly, they got me! Dennis just tagged me. At first I had no clue what it meant, but it seems a game of tag, and now I’m it. This means I have to write five things not much people know about me. So here it goes My girlfriend is Tamara Bos and we’re together for over 7.5 years now. She’s my first and only true love and we are very happy with each other, especially now we are living together in Almere since last october.

Tuesday, January 16, 2007 Read
Hero Image
BizTalk shell extension

I would like to share one interesting tool I came across. This is a tool for Viewing BizTalk Assemblies Deployed on BizTalk Server. Not only you can view the deployed assemblies but can also view the contents of the assembly by double clicking on assembly. Also you can dive deeper by double clicking the individual BizTalk Artifact where you can view more detailed info. Say if, you double click a schema of an assembly you will see the schema of that particular message.

Friday, January 5, 2007 Read
Hero Image
BizTalk Troubleshooting Guide

For beginners BizTalk can be really difficult to learn. They don’t know how to perform certain tasks and are stunned by a lot of (for them) cryptical warnings and errors. Luckily there’s the BizTalk Troubleshooting Guide which covers most (if not all) of the tasks, messages, tips, trics, know-hows and what else. Even for an experienced BizTalk enthousiast like me it contains a lot of interesting stuff. Use it as your BizTalk bible.

Friday, January 5, 2007 Read
Hero Image
Accessing flat file content in orchestration

Sometimes the requirement for your BizTalk solution is to receive a flat file (read: not xml) in your orchestration an do something with the data. An example could be receiving a PDF file and extracting some portions of data out of it. Some BizTalk developers already know that you can receive whatever file without treating it as XML by using System.Xml.XmlDocument as its message type (sounds silly doesn’t it?). After you’ve received the message you can’t access it as you normally do because it’s still a byte stream.

Friday, January 5, 2007 Read
Hero Image
Storing configuration inside SSO database

Maybe the simplest way to store configuration data for your BizTalk solution is to use the BTSNTSvc.exe.config file and the System.Configuration namespace to access that data. Most of the time I’m using this method on projects, but it introduces problems in BizTalk farms because you need to keep the configuration in sync. Another way would be to use a database, but that still requires a connection string to be present somewhere (again the BTSNTSvc.

Friday, January 5, 2007 Read
Hero Image
BizTalk Adapter whitepaper

Mike McKeown has a great blog where he elaborates on BizTalk Adapter development. He has some nice tutorials, howto’s and whitepapers listed on his blog. Some time ago he released a BizTalk Adapter developent whitepaper regarding transactional adapters and adapter base classes. You should definetely read this if you’re involved in developing new adapters. Also don’t forget to read his other material.

Friday, January 5, 2007 Read
Hero Image
Pipeline Testing Framework for BTS06

Tomas Restrepo wrote a really useful framework to test pipelines and pipeline components. Some time ago he released the first version of his framework and posted a couple of howto’s to get you started. It’s definitely worth stopping by his blog.

Friday, January 5, 2007 Read
Hero Image
Using BAM API to create related activities

Check out this great post by Richard Seroter on using the BAM API to collect BAM data inside a loop, creating a hierarchy of activities. Not doing too much with the BAM API I found it a great way to understand it’s usage and flexibility.

Friday, January 5, 2007 Read
Navigation
  • Recent Posts
Contact me:
  • sander@dotnetstudio.nl
  • +31 6 3830 4494

Stay up to date with email notification


By entering your email address, you agree to receive the newsletter of this website.

Toha Theme Logo Toha
Copyright © 2021
Powered by Hugo Logo