Skip to content

A collection of interfaces and abstractions for .NET

Notifications You must be signed in to change notification settings

russkyc/abstractions

Repository files navigation

Russkyc.Abstractions

Nuget

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

Abstractions

  • Factory<T> - A generic implementation of a Factory class.
  • Shared<T> - A generic implementation of a Singleton/Shared class.

Interfaces

  • IFactory<T> - A generic Factory Interface.
  • IRepository<T> - A generic Repository Interface.
  • IRepositoryAsync<T> - A generic Async Repository Interface.
  • IDbAccess - A generic Database Access Interface.
  • IDbAccessAsync - A generic Async Database Access Interface.

About

A collection of interfaces and abstractions for .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages