Blog Post

Messaging on Azure Blog
1 MIN READ

Azure Service Bus .NET Standard Client GA

JustinConway's avatar
JustinConway
Copper Contributor
Mar 15, 2019
First published on on Aug 11, 2017
Over the last 8 months, we have been working on our https://github.com/azure/azure-service-bus-dotnet to make it generally available, we are proud to announce it is GA today! With it comes support for .NET Core and the .NET framework. And as https://blogs.msdn.microsoft.com/servicebus/2016/12/20/service-bus-net-standard-and-open-source/ it also supports Mono/Xamarin for cross-platform application development. This is only the start of greater things to come.

https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-platforms-support . Ours will be .NET Standard version 1.3.

We have https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus to get you going. We'll be adding more samples over time.

We also have https://github.com/Azure/azure-service-bus-dotnet-plugins ! Including some from the https://blogs.msdn.microsoft.com/servicebus/2017/07/13/azure-service-bus-plugins/ !

Speaking of which, this client is open source and https://github.com/Azure/azure-service-bus-dotnet/blob/dev/.github/CONTRIBUTING.md you can! You can also provide other feedback in our https://github.com/azure/azure-service-bus-dotnet .

Thank you to our community members who helped us to get here!

You can find the https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/ and https://docs.microsoft.com/en-us/dotnet/api/overview/azure/service-bus?view=azure-dotnet .
Updated Mar 15, 2019
Version 2.0
No CommentsBe the first to comment