HaveBox 2.0.0
Among the fastest of IoC containers. Light weight, effective and easy to use.
Features:
1 interface to many implementations
Auto IEnumerable
Auto registration
Auto-wiring
Config Injection
Container configuring through sub-configs
Custom lifetime
Eager/Lazy Singletons
Injection with in-memory assemblies
Interception
Open generics
Supported Frameworks:
.Net 3.5
.Net 4.0
.Net 4.5
.Net 4.5 .1
Silverlight 4
Silverlight 5
Windows Phone 7
Windows Phone 8
Install-Package HaveBox -Version 2.0.0
dotnet add package HaveBox --version 2.0.0
<PackageReference Include="HaveBox" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HaveBox --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HaveBox, 2.0.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 HaveBox as a Cake Addin
#addin nuget:?package=HaveBox&version=2.0.0
// Install HaveBox as a Cake Tool
#tool nuget:?package=HaveBox&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HaveBox:
Package | Downloads |
---|---|
RzAspects
.net Framework extensions and aspects.
|
|
HaveBox.WebExtensions
HaveBox Web Extensions
Supports easy HaveBox integration with:
ASP.NET MVC4
ASP:NET Web API
Supported Frameworks:
.Net 4.0, 4.5 and 4.5.1
|
|
HaveBoxStates
Often we use skecthes or flowcharts for showing how a program is structured. HaveBoxStates helps to express such sketches or flowcharts in code.
**Highlights:**
* Lightweight
* Strong typed
* Easy to use
* Support for dependency injection
* Support for any type of IoC container (uses HaveBox out of the box. Just write an adaptor if you want to use another, it is very easy)
* Support for .NET 3.5, 4.0, 4.5, 4.5.1
|
GitHub repositories
This package is not used by any popular GitHub repositories.