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.
#:package WindowsAzure.ServiceBus.Samples.PushProgrammingModel@0.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WindowsAzure.ServiceBus.Samples.PushProgrammingModel&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=WindowsAzure.ServiceBus.Samples.PushProgrammingModel&version=0.5.0
                    
Install 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.

NuGet packages

This package is not used by any NuGet packages.

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 7,569 11/2/2011