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 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.
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 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.
all Technical posts
XSLT message terminate in BizTalk 2013
Due to the XslCompiledTransform library in BizTalk 2013, user exceptions thrown by Xsl Terminate are no longer visible in the application log.
all Technical posts
Boost your BizTalk performance with redis cache
A real life example of how redis caching improved the performance of a large scale BizTalk messaging platform significantly.