iQuarc.AppBoot
2.0.1
See the version list below for details.
dotnet add package iQuarc.AppBoot --version 2.0.1
NuGet\Install-Package iQuarc.AppBoot -Version 2.0.1
<PackageReference Include="iQuarc.AppBoot" Version="2.0.1" />
paket add iQuarc.AppBoot --version 2.0.1
#r "nuget: iQuarc.AppBoot, 2.0.1"
// Install iQuarc.AppBoot as a Cake Addin #addin nuget:?package=iQuarc.AppBoot&version=2.0.1 // Install iQuarc.AppBoot as a Cake Tool #tool nuget:?package=iQuarc.AppBoot&version=2.0.1
Basic functionality for hiding the DI Container and for defining a modular application.
Product | Versions 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. |
-
- 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,392 | 7/16/2015 |
2.0.3-disposables001 | 1,421 | 7/10/2015 |
2.0.2 | 3,461 | 6/5/2015 |
2.0.1 | 1,965 | 5/16/2015 |
2.0.0 | 2,341 | 4/21/2015 |
1.1.0 | 1,664 | 3/6/2015 |
1.0.0 | 1,747 | 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.