Info
Version: | 4.0.7 |
Author(s): | Chris van de Steeg |
Last Update: | Friday, June 23, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/csteeg/BoC |
NuGet Url: | https://www.nuget.org/packages/BoC |
Install
Install-Package BoC
dotnet add package BoC
paket add BoC
BoC Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Web.Infrastructure(>= 1.0.0)
- WebActivatorEx(>= 2.0.5)
Tags
-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).