Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning Microsoft Azure
  • Table Of Contents Toc
Learning Microsoft Azure

Learning Microsoft Azure

By : Geoff Webber Cross
4.1 (7)
close
close
Learning Microsoft Azure

Learning Microsoft Azure

4.1 (7)
By: Geoff Webber Cross

Overview of this book

If you are a developer interested in building systems for Microsoft Azure, with an understanding of efficient cloud-based application development, then this is the book for you.
Table of Contents (14 chapters)
close
close
13
Index

Creating a SignalR hub


We'll implement a SignalR hub to allow clients to update order and batch statuses as they are changed by a user, and we'll receive updates from other clients in the system as they are updated by other users. Create the hub in the following procedure:

  1. Enter the following command into the NuGet Package Manager Console to install the Microsoft.AspNet.SignalR package:

    Install-Package Microsoft.AspNet.SignalR
    
  2. Enter the following command into the NuGet Package Manager Console to install the Microsoft.AspNet.SignalR.ServiceBus package:

    Install-Package Microsoft.AspNet.SignalR.ServiceBus
    
  3. Finally, enter the following command to install the windowsazure.servicebus package (do this at last because the Microsoft.AspNet.SignalR command installs its own version, which might not be compatible with partitioned brokered messages):

    install-package windowsazure.servicebus
    
  4. Modify the Microsoft.ServiceBus.ConnectionString app setting, which was added by the Microsoft.AspNet.SignalR.ServiceBus...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning Microsoft Azure
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon