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

https://github.com/russkyc/abstractions

A collection of interfaces and abstractions for .NET
https://github.com/russkyc/abstractions

abstractions class class-library contract interface

Last synced: 2 months ago
JSON representation

A collection of interfaces and abstractions for .NET

Awesome Lists containing this project

README

          



Russkyc.Abstractions



Nuget





Russkyc.Abstractions is a collection of Interfaces and Abstractions for .NET

### Abstractions
- _`Factory`_ - A generic implementation of a Factory class.
- _`Shared`_ - A generic implementation of a Singleton/Shared class.

### Interfaces
- _`IFactory`_ - A generic Factory Interface.
- _`IRepository`_ - A generic Repository Interface.
- _`IRepositoryAsync`_ - A generic Async Repository Interface.
- _`IDbAccess`_ - A generic Database Access Interface.
- _`IDbAccessAsync`_ - A generic Async Database Access Interface.