Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haamond/alamut.data
Lightweight implementation of Repository pattern with the help of auto-mapper
https://github.com/haamond/alamut.data
automapper c-sharp dotnet-core dynamic-linq pagination repository-pattern unitofwork-pattern
Last synced: 29 days ago
JSON representation
Lightweight implementation of Repository pattern with the help of auto-mapper
- Host: GitHub
- URL: https://github.com/haamond/alamut.data
- Owner: haamond
- License: mit
- Created: 2019-10-12T06:50:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T23:10:23.000Z (over 1 year ago)
- Last Synced: 2024-12-03T15:15:42.010Z (about 1 month ago)
- Topics: automapper, c-sharp, dotnet-core, dynamic-linq, pagination, repository-pattern, unitofwork-pattern
- Language: C#
- Homepage:
- Size: 185 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alamut.Data
[![Nuget](https://img.shields.io/nuget/v/Alamut.Data)](https://www.nuget.org/packages/Alamut.Data)
[![Nuget](https://img.shields.io/nuget/dt/Alamut.Data)](https://www.nuget.org/packages/Alamut.Data)
[![codecov](https://codecov.io/gh/SorenZ/Alamut.Data/branch/master/graph/badge.svg)](https://codecov.io/gh/SorenZ/Alamut.Data)
## Lightweight implementation of Repository pattern with the help of auto-mapper
Brief introduction in [Wiki](https://github.com/SorenZ/Alamut.Data/wiki)**Table of Content:**
* [Installation](https://github.com/SorenZ/Alamut.Data/wiki/Installation)
* [Pagination](https://github.com/SorenZ/Alamut.Data/wiki/Paging)
* [Dynamic Criteria](https://github.com/SorenZ/Alamut.Data/wiki/DynamicCriteria)
* [Repository [TEntity]](https://github.com/SorenZ/Alamut.Data/wiki/Repository)
* Repository [TEntity, TKey]
* SmartRepository [TEntity]
* SmartRepository [TEntity, TKey]
* UnitOfWork