Info
Version: | 1.0.3 |
Author(s): | Aashish Koirala |
Last Update: | Tuesday, December 30, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://aashishkoirala.github.io/commons/ |
NuGet Url: | https://www.nuget.org/packages/AK.Commons |
Install
Install-Package AK.Commons
dotnet add package AK.Commons
paket add AK.Commons
AK.Commons Download (Unzip the "nupkg" after downloading)
Dependencies
7 packages depend on this package.
Tags
The goal is to have an easy-to-use and uniform yet modular and pluggable facility to handle common cross-cutting concerns in my applications, thereby freeing me up to focus on the actual application concerns and hopefully making it easier and faster to build them.
In general, the library consists of interfaces or SPIs along with ways to access them (using MEF). One can then build implementations for these interfaces (i.e. providers) and hook them up to an application through configuration. What this does for me is provide a uniform way to access these services in all my applications while allowing me to switch or extend providers as I see fit.
For more detailed information and documentation, please visit the GitHub page for this repository at http://aashishkoirala.github.io/commons.
You can find more of my stuff by visiting my page at http://aashishkoirala.github.io.
The package is free to download and use. The source code is open and provided under the GPL license.