Service Bus, .NET Standard, and Open Source

Hey Everyone!

We have received a lot of feedback that our users want to see a Service Bus .NET Core implementation. Today, I am excited to announce that we now have a .NET Standard client that is hosted on GitHub. Happy Holidays!

This new client is currently in development / preview, as there are a couple of features that are still yet to be implemented. For more information on what is currently available and what is still to be added see our road map. While things are not 100% complete, we wanted to get this out into user's hands as as quickly as possible, as we are looking for your feedback!

Another exciting thing about this release is that the library is built using .NET Standard. This means that it is consumable by both the full .NET framework and .NET Core, as well as Mono/Xamarin (here is a full list of the supported platforms). Since this client is consumable by the full framework, it will eventually become our preferred .NET library (although we are quite a ways away from that).

One other thing to mention is that we do not currently have a NuGet package for the client so you will need to download the solution from the GitHub repo, and build it in order to use it. There are some samples as well as documentation located in the repo to help.

https://github.com/azure/azure-service-bus-dotnet

So get in there, try it out, and provide feedback with a GitHub issue or PR.

Happy Messaging!

Comments

  • Anonymous
    December 21, 2016
    Great news!!!! We are building some new Azure applications using ASP.NET Core and would like to target .NET Core with them. This implementation will help us a lot. THANK YOU
  • Anonymous
    December 21, 2016
    This is great! I wish the Service Fabric guys would follow your lead with their work
  • Anonymous
    December 21, 2016
    Obligatory message from your friendly "full framework" -> ">NET Framework" police :')
    • Anonymous
      December 21, 2016
      Fail. ".NET Framework"
  • Anonymous
    December 22, 2016
    Please continue supporting the on premise SB client! It got stuck in version 1.1 :(
  • Anonymous
    December 30, 2016
    Thank you and the team for putting this together for the community.