Unity.Mvc.Wcf
3.0.1.1
See the version list below for details.
dotnet add package Unity.Mvc.Wcf --version 3.0.1.1
NuGet\Install-Package Unity.Mvc.Wcf -Version 3.0.1.1
<PackageReference Include="Unity.Mvc.Wcf" Version="3.0.1.1" />
paket add Unity.Mvc.Wcf --version 3.0.1.1
#r "nuget: Unity.Mvc.Wcf, 3.0.1.1"
// Install Unity.Mvc.Wcf as a Cake Addin #addin nuget:?package=Unity.Mvc.Wcf&version=3.0.1.1 // Install Unity.Mvc.Wcf as a Cake Tool #tool nuget:?package=Unity.Mvc.Wcf&version=3.0.1.1
Removes the cross-cutting concern of managing WCF service clients used by your MVC controllers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
- Unity.Mvc3 (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 4,493 | 1/25/2015 |
3.1.0 | 10,836 | 4/15/2013 |
3.0.2.3 | 1,639 | 11/21/2012 |
3.0.2.2 | 1,596 | 5/2/2012 |
3.0.2.1 | 1,354 | 4/26/2012 |
3.0.2 | 1,460 | 3/5/2012 |
3.0.1.1 | 1,437 | 2/6/2012 |
3.0.1 | 1,377 | 2/3/2012 |
2.0.1.2 | 1,450 | 1/10/2012 |
2.0.1.1 | 1,395 | 1/10/2012 |
2.0.1 | 1,369 | 1/10/2012 |
2.0.0.1 | 1,403 | 12/14/2011 |
2.0.0 | 1,416 | 12/14/2011 |
1.0.0 | 1,455 | 12/6/2011 |
Changed and added various method/constructor overloads:
1. No optional parameters anymore, instead multiple overloads. It was unintuitively ambiguous before.
2. Added overloads to support Binding and EndpointAddress arguments in addition to configuration strings
Also new is a Samples.cs file which serves as documentation and a quick-start guide. This file may be deleted.