iQuarc.AppBoot
1.1.0
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package iQuarc.AppBoot --version 1.1.0
NuGet\Install-Package iQuarc.AppBoot -Version 1.1.0
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="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add iQuarc.AppBoot --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: iQuarc.AppBoot, 1.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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=1.1.0
// Install iQuarc.AppBoot as a Cake Tool
#tool nuget:?package=iQuarc.AppBoot&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- CommonServiceLocator (>= 1.3.0)
- iQuarc.SystemEx (>= 1.0.0)
- Unity (>= 3.5.1404)
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,209 | 7/16/2015 |
2.0.3-disposables001 | 844 | 7/10/2015 |
2.0.2 | 2,114 | 6/5/2015 |
2.0.1 | 1,269 | 5/16/2015 |
2.0.0 | 1,627 | 4/21/2015 |
1.1.0 | 1,116 | 3/6/2015 |
1.0.0 | 1,575 | 11/5/2014 |
Adds registrations by convention support.