ServiceBus.v1_0
1.0.1
dotnet add package ServiceBus.v1_0 --version 1.0.1
NuGet\Install-Package ServiceBus.v1_0 -Version 1.0.1
<PackageReference Include="ServiceBus.v1_0" Version="1.0.1" />
paket add ServiceBus.v1_0 --version 1.0.1
#r "nuget: ServiceBus.v1_0, 1.0.1"
// Install ServiceBus.v1_0 as a Cake Addin #addin nuget:?package=ServiceBus.v1_0&version=1.0.1 // Install ServiceBus.v1_0 as a Cake Tool #tool nuget:?package=ServiceBus.v1_0&version=1.0.1
This package works with Service Bus 1.0 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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.