Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

White Knight

white_knight

NuGet Version

NuGet Version

NuGet Version

nuget-core nuget-injection-abstractions nuget-tests-abstractions

Summary

The purpose of this library is to create a distilled abstraction of both the specification pattern and the repository pattern such that there can be a complete decoupling between business logic and a data store. This infrastructure package encapsulates the data read/write operations to a data store via the IRepository interface.

The overall intention is to have repository 'logic' completely decoupled from database 'code' in the sense that the implementing code should be agnostic about the database or even data store mechanism involved. Were the technology to change, for example, in theory another IRepository implementation could be written with its own DI module, and literally 'hot-swapped' by a consuming codebase without any change to the code (other than the DI selection).

This package is suited to code-first domain design, as the repository implementations are typed against the domain POCOs.

Implementations

About

Experimental .NET data abstraction using specification pattern

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages