all Technical posts
Improving code quality using code reviews
Today I will talk about how we are currently using code reviews to build better solutions and how it gives me more confidence in the quality that we are shipping.
all Technical posts
Unit testing Node.js code in Azure Functions
Discover how to unit test your node.js Azure functions on Azure, to increase code quality and productivity, using these code samples.
all Codit insights
BTUG slidedeck: Integrate 2016 and Logic Apps / BizTalk Server 2016 CTP2 updates
In this post you can find the slide deck I presented at BTUG.be on June 30th around the recap of the Integrate 2016 conference, the updates in Azure Logic Apps and BizTalk Server 2016 CTP2.
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
How to save context properties across two way communication
Have you set up communication with a web service before and had to find a way to keep track of some information that was available in the request, but is no longer present in the response? Continue reading, since this post could help you sort out this problem.
all Technical posts
Adding behaviorExtensions to machine.config via C#
For a BizTalk automated deployment, I needed to automatically add machine.config WCF behaviorExtensions by using some C# code.