System.InversionOfControl.Abstractions 0.1.2

dotnet add package System.InversionOfControl.Abstractions --version 0.1.2
NuGet\Install-Package System.InversionOfControl.Abstractions -Version 0.1.2
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="System.InversionOfControl.Abstractions" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.InversionOfControl.Abstractions --version 0.1.2
#r "nuget: System.InversionOfControl.Abstractions, 0.1.2"
#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 System.InversionOfControl.Abstractions as a Cake Addin
#addin nuget:?package=System.InversionOfControl.Abstractions&version=0.1.2

// Install System.InversionOfControl.Abstractions as a Cake Tool
#tool nuget:?package=System.InversionOfControl.Abstractions&version=0.1.2

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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.1.2 5,023 4/20/2016
0.1.0 1,936 2/4/2016

Added the XML documentation, so that Intellisense provides more information to the user.