Info
Version: | 6.0.0 |
Author(s): | Castle Project Contributors |
Last Update: | Thursday, July 20, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.castleproject.org/projects/windsor/ |
NuGet Url: | https://www.nuget.org/packages/Castle.WcfIntegrationFacility |
Install
Install-Package Castle.WcfIntegrationFacility
dotnet add package Castle.WcfIntegrationFacility
paket add Castle.WcfIntegrationFacility
Castle.WcfIntegrationFacility Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Windsor(>= 5.1.1 && <= 5.1.1)
Tags
It makes services and WCF proxies available as services in your application, lets you use non-default constructor and inject dependencies into your services, adds ability to easily set up your services with extensions, call services asynchronously without needing to use code generation and much more.