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
- Host: GitHub
- URL: https://github.com/russkyc/abstractions
- Owner: russkyc
- Created: 2023-04-15T03:55:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T06:28:15.000Z (about 2 years ago)
- Last Synced: 2025-03-20T15:50:33.393Z (7 months ago)
- Topics: abstractions, class, class-library, contract, interface
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Russkyc.Abstractions
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.