BoC 4.0.7

dotnet add package BoC --version 4.0.7
                    
NuGet\Install-Package BoC -Version 4.0.7
                    
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="BoC" Version="4.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BoC" Version="4.0.7" />
                    
Directory.Packages.props
<PackageReference Include="BoC" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BoC --version 4.0.7
                    
#r "nuget: BoC, 4.0.7"
                    
#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.
#addin nuget:?package=BoC&version=4.0.7
                    
Install BoC as a Cake Addin
#tool nuget:?package=BoC&version=4.0.7
                    
Install BoC as a Cake Tool

BoC needs some documentation, but contains lots of usefull stuff like
-EventAggregator pattern implementation
-Inversion of Control wrapper (see other BoC packages like BoC.InversionOfControl.Unity for implementations)
-DataContext pattern implementation (see other BoC packages like BoC.Persistence.NHibernate for implementations)
-Bootstrapper and Background task pattern implementation
-Logging wrapper (see BoC.Logging.log4net for implementation)
-Persistence repository and service pattern implementation (see other BoC packages like BoC.Persistence.NHibernate for implementations)

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on BoC:

Package Downloads
BoC.Persistence.SitecoreGlass

Persistence layer for sitecore using glass.mapper

BoC.Sitecore.Mvc

Mvc stuff for sitecore

BoC.Web.Mvc

Standard MVC stuff for the BoC

BoC.InversionOfControl.Unity

Assign Microsoft unity to the BoC IOC abstraction layer

BoC.InversionOfControl.SimpleInjector

Assign SimpleInjector to the BoC IOC abstraction layer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.7 7,341 6/23/2017
4.0.6 1,734 3/13/2017
4.0.5 1,647 1/10/2017
4.0.4 5,964 10/17/2016
4.0.3.2 3,857 10/17/2016
4.0.3 2,430 10/17/2016
4.0.2.1 7,369 9/26/2016
4.0.2 2,760 5/12/2016
4.0.1 5,732 7/6/2015
4.0.0 7,884 6/16/2015
2.4.0 3,885 4/28/2015
2.3.0 5,353 2/18/2015
2.2.2 3,665 12/18/2014
2.2.1 2,144 12/18/2014
2.2.0 3,781 12/17/2014
2.1.2 3,314 12/4/2014
2.1.1 3,598 11/13/2014
2.1.0 2,534 11/13/2014
2.0.1 2,630 10/15/2014
2.0.0 4,330 9/3/2014
1.1.0 3,132 2/9/2012

First official release.