iQuarc.AppBoot 2.0.3-disposables002

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

// Install iQuarc.AppBoot as a Cake Tool
#tool nuget:?package=iQuarc.AppBoot&version=2.0.3-disposables002&prerelease

Basic functionality for hiding the DI Container and for defining a modular application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on iQuarc.AppBoot:

Package Downloads
iQuarc.AppBoot.Unity

Configures AppBoot core to use Unity Container

iQuarc.AppBoot.WebApi

Configures AppBoot core to be used in an Web Api app

iQuarc.DataAccess.AppBoot

This is a configuration package that links the DataAccess with AppBoot. The DataAccess provides an abstraction over a relational DB. The implementation is done with EF, which is well hiden from the clients.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3-disposables002 1,352 7/16/2015
2.0.3-disposables001 1,375 7/10/2015
2.0.2 3,342 6/5/2015
2.0.1 1,899 5/16/2015
2.0.0 2,274 4/21/2015
1.1.0 1,607 3/6/2015
1.0.0 1,724 11/5/2014

Make the library to be configurable by specifying which Dependency Container to use.
     Break the dependency to Unity Container.
     Integrate with Web API.
     Add support for using scoped containers.