System.InversionOfControl.Abstractions
0.1.0
See the version list below for details.
dotnet add package System.InversionOfControl.Abstractions --version 0.1.0
NuGet\Install-Package System.InversionOfControl.Abstractions -Version 0.1.0
<PackageReference Include="System.InversionOfControl.Abstractions" Version="0.1.0" />
paket add System.InversionOfControl.Abstractions --version 0.1.0
#r "nuget: System.InversionOfControl.Abstractions, 0.1.0"
// Install System.InversionOfControl.Abstractions as a Cake Addin #addin nuget:?package=System.InversionOfControl.Abstractions&version=0.1.0 // Install System.InversionOfControl.Abstractions as a Cake Tool #tool nuget:?package=System.InversionOfControl.Abstractions&version=0.1.0
Represents an abstraction layer for multiple IoC containers. Using the abstractions, applications can use an inversion of control container for dependency injection, without directly seeing the underlying API. This makes it very easy to switch between different IoC implementations.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on System.InversionOfControl.Abstractions:
Package | Downloads |
---|---|
System.Windows.Mvvm
The MVVM Framework is a compact and simple, yet powerful implementation of the MVVM pattern for WPF. It provides a strong model for managing the application lifecycle and the navigation. The MVVM framework decouples operation system functionality from the application logic by providing a powerful service system, which abstracts away any platform specific code from the application logic. Everything in the framework was build with the task awaitable pattern in mind, from application lifecycle management to navigation. The framework plays nice with all kinds of frameworks, for example the dependency injection mechanism build into the framework does not care what |
|
System.Windows.Documents.Reporting
The XAML Reporting engine is a tool, which offers reporting tools based on XAML and has the functionality to export to XPS, XLS(X), CSV and PDF. |
|
System.InversionOfControl.Abstractions.Ninject
This is an implementation of the IoC Abstractions for Ninject. The IoC Abstractions represent an abstraction layer for multiple IoC containers. Using the abstractions, applications can use an inversion of control container for dependency injection, without directly seeing the underlying API. This makes it very easy to switch between different IoC implementations. |
|
System.InversionOfControl.Abstractions.SimpleIoc
This is an implementation of the IoC Abstractions for Simple IoC. The IoC Abstractions represent an abstraction layer for multiple IoC containers. Using the abstractions, applications can use an inversion of control container for dependency injection, without directly seeing the underlying API. This makes it very easy to switch between different IoC implementations. |
GitHub repositories
This package is not used by any popular GitHub repositories.