Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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