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
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.
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
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.
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.