iQuarc.AppBoot 2.0.2

.NET Framework 4.5
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package iQuarc.AppBoot --version 2.0.2
NuGet\Install-Package iQuarc.AppBoot -Version 2.0.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="iQuarc.AppBoot" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add iQuarc.AppBoot --version 2.0.2
#r "nuget: iQuarc.AppBoot, 2.0.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 iQuarc.AppBoot as a Cake Addin
#addin nuget:?package=iQuarc.AppBoot&version=2.0.2

// Install iQuarc.AppBoot as a Cake Tool
#tool nuget:?package=iQuarc.AppBoot&version=2.0.2

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

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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,228 7/16/2015
2.0.3-disposables001 856 7/10/2015
2.0.2 2,128 6/5/2015
2.0.1 1,285 5/16/2015
2.0.0 1,644 4/21/2015
1.1.0 1,126 3/6/2015
1.0.0 1,586 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.