all Technical posts
The Big DTA Problem and How It Was Solved
In this blog post we carefully explain how you can evolve from a DTA database which is out of control, to a more manageable one.
all Technical posts
Attribute value templates in XSLT - an example
In this blog post I explain what attribute value templates are. A very nice - inline - way to write XSLT, without writing too much XSLT!
all Technical posts
Troubleshooting SSL client certificate issue on IIS
Some months ago, I was asked for an intervention regarding a SSL client certificate issue. There was a problem related to the setup of transport security (SSL) of a WCF service hosted in IIS 7.0, using client certificates that are mapped to a local account. Let’s have a look.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
Adding dynamic behavior to static send ports: a caveat
It's a good practice to make static send ports dynamic, by changing the OutboundTransportLocation property in the send pipeline. However, when using this mechanism on WCF send ports, there's a caveat. Let's have a look!
all Technical posts
Rule “FusionActive Template Library (ATL)” failed at SQL Server 2008 R2 Installation
When installing SQL Server 2008 R2 on an Azure VM, you might come across the error: Rule "FusionActive Template Library (ATL)" failed. There are two corrupt manifest files blocking the installation.
all Technical posts
How to register WCF extensions in BizTalk?
In more advanced WCF scenarios, the BizTalk standard functionality can be insufficient. In those cases, WCF extensibility can help us to overcome the limitations of the standard BizTalk WCF adapters. Let's have a look on how we can register these WCF extensions