Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-rzr-i/mockasyncenumerable
A simple implementation for a list of data transforms to async enumerable, allowing the use of paginated grid results or any action or dynamic aggregated query using EF Core (`Microsoft.EntityFrameworkCore`) through Expressions (`System.Linq.Expressions`)
https://github.com/i-rzr-i/mockasyncenumerable
database db entity enumerable list mock model
Last synced: 3 days ago
JSON representation
A simple implementation for a list of data transforms to async enumerable, allowing the use of paginated grid results or any action or dynamic aggregated query using EF Core (`Microsoft.EntityFrameworkCore`) through Expressions (`System.Linq.Expressions`)
- Host: GitHub
- URL: https://github.com/i-rzr-i/mockasyncenumerable
- Owner: I-RzR-I
- License: mit
- Created: 2023-04-28T05:19:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:25:01.000Z (5 days ago)
- Last Synced: 2025-01-10T14:35:24.217Z (5 days ago)
- Topics: database, db, entity, enumerable, list, mock, model
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note** This repository is developed for .netstandard2.0+
[![NuGet Version](https://img.shields.io/nuget/v/MockAsyncEnumerable.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/MockAsyncEnumerable/)
[![Nuget Downloads](https://img.shields.io/nuget/dt/MockAsyncEnumerable.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/MockAsyncEnumerable)This repository results from the necessity to implement paged grid results as in some projects/solutions grid result was provided by stored procedures.
A simple implementation for a list of data transforms to async enumerable, allowing the use of paginated grid results or any action or dynamic aggregated query using EF Core (`Microsoft.EntityFrameworkCore`) through Expressions (`System.Linq.Expressions`).
**In case you wish to use it in your project, u can install the package from nuget.org** or specify what version you want:
> `Install-Package MockAsyncEnumerable -Version x.x.x.x`
## Content
1. [USING](docs/usage.md)
1. [CHANGELOG](docs/CHANGELOG.md)
1. [BRANCH-GUIDE](docs/branch-guide.md)