Query Strategy
The query strategy is based on the Strategy Pattern by defining a strategy for querying the database allowing better concern separation, maintainability and reusability than the repository pattern.
The Raiqub.Expressions.Reading package provides abstractions for creating query strategies. You can create a new query strategy by choosing one of several ways available to implement a query strategy.
To add Raiqub.Expressions.Reading library to a .NET project, go get it from Nuget:
shell
dotnet add package Raiqub.Expressions.Readingpowershell
PM> Install-Package Raiqub.Expressions.Readingshell
paket add nuget Raiqub.Expressions.Reading