ServiceBus.v1_0
0.0.5
See the version list below for details.
dotnet add package ServiceBus.v1_0 --version 0.0.5
NuGet\Install-Package ServiceBus.v1_0 -Version 0.0.5
<PackageReference Include="ServiceBus.v1_0" Version="0.0.5" />
paket add ServiceBus.v1_0 --version 0.0.5
#r "nuget: ServiceBus.v1_0, 0.0.5"
// Install ServiceBus.v1_0 as a Cake Addin
#addin nuget:?package=ServiceBus.v1_0&version=0.0.5
// Install ServiceBus.v1_0 as a Cake Tool
#tool nuget:?package=ServiceBus.v1_0&version=0.0.5
This package works with Service Bus 1.0 Beta (for Windows Server).
it adds Microsoft.ServiceBus.dll along with related configuration files to your project.
Please note that this package requires .Net Framework 4 Full Profile.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ServiceBus.v1_0:
Package | Downloads |
---|---|
ServiceBus.Extensions.PromotedProperties
This package is for use with Service Bus WCF programing model. The extensions enables you to mark parts of your data model [DataContract] as promoted properties. These marked properties are then automatically lifted and promoted in the outgoing BrokeredMessage. Sample usage: ========== public class Order { public double Amount { get; set; } [PromotedProperty] public string ShipCity { get; set; } } [ServiceContract] public interface IOrderService { [OperationContract(Name = "SubmitFlat", IsOneWay = true)] [PropertyPromotionBehavior] void Submit(double amount, [PromotedProperty] string shipCity); [OperationContract(IsOneWay = true)] [PropertyPromotionBehavior] void Submit(Order order); } See following blog post for implementation details. http://zamd.net/2011/05/25/pubsub-with-wcf-part-2/ |
|
mantle-messaging-wsb
This library contains the necessary components for accessing Microsoft Windows Service Bus via the common Mantle messaging interface. |
GitHub repositories
This package is not used by any popular GitHub repositories.