IoC.Interception.Source
1.1.14
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package IoC.Interception.Source --version 1.1.14
NuGet\Install-Package IoC.Interception.Source -Version 1.1.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IoC.Interception.Source" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IoC.Interception.Source --version 1.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IoC.Interception.Source, 1.1.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IoC.Interception.Source as a Cake Addin #addin nuget:?package=IoC.Interception.Source&version=1.1.14 // Install IoC.Interception.Source as a Cake Tool #tool nuget:?package=IoC.Interception.Source&version=1.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IoC.Container provides the following benefits and features
Flexible Bindings
- Autowiring
- Aspect oriented autowiring
- Generic types bindings and easy generic types mapping
- Named/tagged dependencies
- Containers hierarchy
- Compile-time verification
- Bindings via text metadata
- Easy extensible set of lifetimes
- Binding to
- Supports validation
Powerful dependency injection
- Through
- Сonstructors
- Methods
- Properties
- Fields
- Injection of composed dependencies
- Detailed diagnostics information
Incredible Performance
- One of the fastest, almost as fast as operator
new
- Uses expression trees to produce the effective injection code without any superfluous operations like a
boxing
,unboxing
orcast
- Minimizes memory traffic
Fully Customizable
- Custom containers
- Custom lifetimes
- Replacing predefined lifetimes
- Custom builders
- Invocations' interceptors
Asynchronous
Design Aspects
- Allows to preserve an original design of code and to minimize the impact of the Inversion of Control approach
- Aggregates features into dedicated configuration classes
- Modifiable on-the-fly
- Free from external dependencies like other frameworks or assemblies
- Embedding packages allow to use all these features without referencing on additional assemblies
Easy Integration
- ASP.NET Core
- Windows Presentation Foundation
- .NET core Windows Presentation Foundation
- Universal Windows Platform
- Windows Communication Foundation
- Entity Framework
Supported Platforms
- .NET 4.0+
- .NET Core 1.0+
- .NET Standard 1.0+
- UWP 10+
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- IoC.Container.Source (>= 1.1.14)
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 |
---|---|---|
1.3.8 | 352 | 1/14/2023 |
1.3.7 | 355 | 12/2/2021 |
1.3.6 | 455 | 7/12/2021 |
1.3.4 | 390 | 2/16/2021 |
1.3.3 | 444 | 11/11/2020 |
1.3.2 | 491 | 7/10/2020 |
1.3.0 | 557 | 4/29/2020 |
1.2.2 | 535 | 2/6/2020 |
1.2.0 | 583 | 12/22/2019 |
1.1.15 | 554 | 9/24/2019 |
1.1.14 | 608 | 3/21/2019 |
1.1.13 | 623 | 3/8/2019 |
1.1.12 | 685 | 2/5/2019 |
1.1.11 | 734 | 10/27/2018 |
1.1.10 | 815 | 10/8/2018 |
1.1.9 | 740 | 10/7/2018 |
1.1.8 | 742 | 9/26/2018 |