I’m Daniel Marbach, Platform Architect for Switzerland’s biggest online retailer Digitec Galaxus AG. Architectural decisions related to messaging have followed me throughout my professional career. Our solution heavily relies on the powerful messaging capabilities of Azure Service Bus. With it, we can build complex distributed systems that are reliable and scalable because of less coupling between individual system components. It can be daunting to navigate all the features available in Azure Service Bus. In this blog post, I’ll share resources to help you take full advantage of Azure Service Bus.
Azure Service Bus is the backbone of many sophisticated software systems. If you’ve looked at it in the past and are looking for an excuse to gain mastery of it, now’s your chance! The Webinar: Deep dive into Azure Service Bus messaging with the .NET Library and Azure Service Bus .NET deep dive series are designed to learn at your own pace. I have included videos and code samples to help you understand better how to take advantage of Azure Service Bus. Both series cover a broad range of topics:
- sending/receiving messages
- connection handling
- forwarding
- publish and subscribe
- batching
- transactions
In the next few months, I’ll be focusing on optimizing more allocations inside the Microsoft AMQP .NET library. This library is the fundamental communication library used by the Azure Service Bus and Event Hub .NET libraries. I’ll continue to blog the experience gained on my personal blog. If you want to reach out to me to tap into my Azure Service Bus experience, learn how to successfully contribute to the Microsoft Open-Source ecosystem or just want to have a chat, feel free to contact me over Twitter.
Azure SDK Blog Contributions
Thanks for reading this Azure SDK blog post. We hope you learned something new, and we welcome you to share the post. We’re open to Azure SDK blog contributions from our readers. To get started, contact us at azsdkblog@microsoft.com with your topic, and we’ll set you up as a guest blogger.
Azure SDK Links
- Azure SDK Website: aka.ms/azsdk
- Azure SDK Intro (3-minute video): aka.ms/azsdk/intro
- Azure SDK Intro Deck (PowerPoint deck): aka.ms/azsdk/intro/deck
- Azure SDK Releases: aka.ms/azsdk/releases
- Azure SDK Blog: aka.ms/azsdk/blog
- Azure SDK Twitter: twitter.com/AzureSDK
- Azure SDK Design Guidelines: aka.ms/azsdk/guide
- Azure SDKs & Tools: azure.microsoft.com/downloads
- Azure SDK Central Repository: github.com/azure/azure-sdk
- Azure SDK for .NET: github.com/azure/azure-sdk-for-net
- Azure SDK for Java: github.com/azure/azure-sdk-for-java
- Azure SDK for Python: github.com/azure/azure-sdk-for-python
- Azure SDK for JavaScript/TypeScript: github.com/azure/azure-sdk-for-js
- Azure SDK for Android: github.com/Azure/azure-sdk-for-android
- Azure SDK for iOS: github.com/Azure/azure-sdk-for-ios
- Azure SDK for Go: github.com/Azure/azure-sdk-for-go
- Azure SDK for C: github.com/Azure/azure-sdk-for-c
- Azure SDK for C++: github.com/Azure/azure-sdk-for-cpp
0 comments