all Technical posts
5 Key Reasons to Containerize Your Applications
Containerization is becoming more and more important for those working in the cloud. Many of us are familiar with zip deployments for applications, but what is the added value in moving towards a containerized way of working? We'll cover this in today's blog.
all Technical posts
Arcus Messaging v1.3: Added EventHubs Support, Correlated Service Bus Messages and Much More
The Arcus Messaging v1.3 release promises big changes. In this post, we'll go over the major parts of this release, including the new features, extended functionality, and useful helpers.
all Technical posts
New Types of Request Tracking in Arcus Observability v2.6
The Arcus Observability v2.6 release contains all sorts of new ways to track requests in Application Insights. Let's take a look at some of them!
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
Writing Flexible Integration Tests with F# Expecto
F# Expecto is a great tool to help you write all sorts of tests. This post explores the multiple ways to write integration tests in the F# Expecto beautiful paradigm -- to think in tests, not frameworks.
all Technical posts
Improve F#/C# Interoperability with Simple Interventions
Using F# in C# code or the other way around gets easier with each new .NET version. The automatic project loading of the latest version shows that the interoperability between these two languages is something that we will see more and more of. This post will go over some minor code interventions you can take to make the code exchange more developer-friendly.
all Technical posts
Useful Integration Test Fixtures in a .NET Dependency Injection System
During testing, fixtures are inevitable. Some help with passing information via back-channeling, whilst others help with asserting at unreachable places. In this blog post, explore the possible text fixtures in dependency injection systems.