Info
Version: | 0.5.0 |
Author(s): | Microsoft |
Last Update: | Wednesday, November 2, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://go.microsoft.com/fwlink/?LinkID=218964 |
NuGet Url: | https://www.nuget.org/packages/WindowsAzure.ServiceBus.Samples.PushProgrammingModel |
Install
Install-Package WindowsAzure.ServiceBus.Samples.PushProgrammingModel
dotnet add package WindowsAzure.ServiceBus.Samples.PushProgrammingModel
paket add WindowsAzure.ServiceBus.Samples.PushProgrammingModel
WindowsAzure.ServiceBus.Samples.PushProgrammingModel Download (Unzip the "nupkg" after downloading)
Dependencies
- WindowsAzure.ServiceBus(1.5.0.0)
Tags
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.