IoC.AspNetCore.Source
1.1.10
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.10
NuGet\Install-Package IoC.AspNetCore.Source -Version 1.1.10
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.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IoC.AspNetCore.Source --version 1.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IoC.AspNetCore.Source, 1.1.10"
#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.AspNetCore.Source as a Cake Addin #addin nuget:?package=IoC.AspNetCore.Source&version=1.1.10 // Install IoC.AspNetCore.Source as a Cake Tool #tool nuget:?package=IoC.AspNetCore.Source&version=1.1.10
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 Binding
- Auto-wiring
- Compile-time verification
- Generic types bindings with simple types mapping
- Named/tagged dependencies
- Containers hierarchy
- Bindings via text metadata
- Customizable aspect oriented autowiring
- Easy expandable set of lifetimes
- Binding to
- Supports validation
Powerful Injection
- Сonstructors injection, methods injection and properties injection
- Injection of Func, Lazy, Tuple and ValueTuple
- Injection of IEnumerable, Array, ICollection, ISet or even via IObservable
- Detailed errors 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 the memory traffic
Fully Customizable
Multithreading-Ready
Design Aspects
- Allows not to change the design of own code to follow Inversion of Control pattern
- Aggregates features into dedicated classes
- Modifiable on-the-fly
- Has no any additional dependencies
- Supports the embedding directly to your code by embedding-in-code packages
Easy Integration
- ASP.NET Core
- Windows Presentation Foundation
- Universal Windows Platform
- Windows Communication Foundation
- Entity Framework Core
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.10)
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 | 418 | 1/14/2023 |
1.3.7 | 377 | 12/2/2021 |
1.3.6 | 538 | 7/12/2021 |
1.3.4 | 396 | 2/16/2021 |
1.3.3 | 460 | 11/11/2020 |
1.3.2 | 538 | 7/10/2020 |
1.3.0 | 563 | 4/29/2020 |
1.2.2 | 595 | 2/6/2020 |
1.2.0 | 629 | 12/22/2019 |
1.1.15 | 637 | 9/24/2019 |
1.1.14 | 639 | 3/21/2019 |
1.1.13 | 649 | 3/8/2019 |
1.1.12 | 747 | 2/5/2019 |
1.1.11 | 798 | 10/27/2018 |
1.1.10 | 812 | 10/8/2018 |
1.1.9 | 823 | 10/7/2018 |
1.1.8 | 801 | 9/26/2018 |
1.1.7 | 846 | 8/16/2018 |
1.1.6 | 866 | 7/19/2018 |