An open API service indexing awesome lists of open source software.

https://github.com/haamond/alamut.abstractions

Abstract Classes, Contracts and data-structure for Alamut Tool-set
https://github.com/haamond/alamut.abstractions

csharp dotnet

Last synced: 11 months ago
JSON representation

Abstract Classes, Contracts and data-structure for Alamut Tool-set

Awesome Lists containing this project

README

          

# Alamut.Abstractions
### This library provides Abstract Classes, Contracts and data-structure for Alamut Tool-set.
Further Details in [Wiki](https://github.com/SorenZ/Alamut.Abstractions/wiki)

### Installing Alamut.Abstractions

You should install [Alamut.Abstractions with NuGet](https://www.nuget.org/packages/Alamut.Abstractions):

Install-Package Alamut.Abstractions

Or via the .NET Core command line interface:

dotnet add package Alamut.Abstractions