iQuarc.AppBoot
2.0.2
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
<PackageReference Include="iQuarc.AppBoot" Version="2.0.2" />
paket add iQuarc.AppBoot --version 2.0.2
#r "nuget: iQuarc.AppBoot, 2.0.2"
// 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 |
-
- CommonServiceLocator (>= 1.3.0)
- iQuarc.SystemEx (>= 1.0.0)
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.