all Technical posts
Microsoft BizTalk Server 2016 is RTM!
The moment we've all been waiting for has arrived, as of now BizTalk Server 2016 is RTM!
all Technical posts
Deallocating Service Fabric cluster nodes
Deallocating Azure Service Fabric cluster nodes, means you will be paying less for your cluster! In this blog post I will show you how to do this.
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
For BizTalk Server developers, given the choice between XSLT and the BizTalk mapper, opinions tend to change. This is my view on the purpose and value of both, trying to provide the ultimate answer: should I use XSLT or the mapper to create BizTalk maps?
all Technical posts
How to enable automatic scheduling in Service Fabric Actors
We're currently working on a Service Fabric project where we have to implement a Service Fabric Actor that does work, based on a certain schedule or timeframe.One of the challenges in this implementation was activating the actor immediately after deployment and registration. This blogpost will explain on how this problem was handled.
all Technical posts
Restart Azure Service Fabric service with code
In this post I will show you how you can restart a Service Fabric service from code