WindowsAzure.ServiceBus.Samples.PushProgrammingModel 0.5.0

dotnet add package WindowsAzure.ServiceBus.Samples.PushProgrammingModel --version 0.5.0
                    
NuGet\Install-Package WindowsAzure.ServiceBus.Samples.PushProgrammingModel -Version 0.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindowsAzure.ServiceBus.Samples.PushProgrammingModel" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindowsAzure.ServiceBus.Samples.PushProgrammingModel" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="WindowsAzure.ServiceBus.Samples.PushProgrammingModel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WindowsAzure.ServiceBus.Samples.PushProgrammingModel --version 0.5.0
                    
#r "nuget: WindowsAzure.ServiceBus.Samples.PushProgrammingModel, 0.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WindowsAzure.ServiceBus.Samples.PushProgrammingModel&version=0.5.0
                    
Install WindowsAzure.ServiceBus.Samples.PushProgrammingModel as a Cake Addin
#tool nuget:?package=WindowsAzure.ServiceBus.Samples.PushProgrammingModel&version=0.5.0
                    
Install WindowsAzure.ServiceBus.Samples.PushProgrammingModel as a Cake Tool

Currently customers writing Azure ServiceBus queue consumer need to write code to receive messages from a queue/subscription. This sample intends to simplify consuming messages using a WCF based approach.
This packages adds a folder with the implementation of this WCF based solution and also adds a Start.cs file which can be used to try the solution in action with various scenarios. It starts with how the scenario of pulling messages from a ServiceBus queue/topic is implemented today and then moves on to the various possibilities with the proposed WCF based approach.
This sample assumes your project is a C# console application using .Net Framework 4 - Full Profile.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WindowsAzure.ServiceBus.Samples.PushProgrammingModel:

Repository Stars
Azure/azure-stream-analytics
Azure Stream Analytics
Version Downloads Last updated
0.5.0 798 11/2/2011