IoC.AspNetCore.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.AspNetCore.Source --version 1.1.14
NuGet\Install-Package IoC.AspNetCore.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.AspNetCore.Source" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IoC.AspNetCore.Source" Version="1.1.14" />
<PackageReference Include="IoC.AspNetCore.Source" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IoC.AspNetCore.Source --version 1.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IoC.AspNetCore.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.
#:package IoC.AspNetCore.Source@1.1.14
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IoC.AspNetCore.Source&version=1.1.14
#tool nuget:?package=IoC.AspNetCore.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,unboxingorcast - 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 | 1,052 | 1/14/2023 |
| 1.3.7 | 928 | 12/2/2021 |
| 1.3.6 | 1,080 | 7/12/2021 |
| 1.3.4 | 977 | 2/16/2021 |
| 1.3.3 | 1,001 | 11/11/2020 |
| 1.3.2 | 1,076 | 7/10/2020 |
| 1.3.0 | 1,126 | 4/29/2020 |
| 1.2.2 | 1,142 | 2/6/2020 |
| 1.2.0 | 1,220 | 12/22/2019 |
| 1.1.15 | 1,211 | 9/24/2019 |
| 1.1.14 | 1,210 | 3/21/2019 |
| 1.1.13 | 1,225 | 3/8/2019 |
| 1.1.12 | 1,326 | 2/5/2019 |
| 1.1.11 | 1,416 | 10/27/2018 |
| 1.1.10 | 1,394 | 10/8/2018 |
Loading failed