Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jefking/king.mapper

High performance model mapping
https://github.com/jefking/king.mapper

c-sharp mapping model orm sql sql-server stored-procedures

Last synced: 28 days ago
JSON representation

High performance model mapping

Awesome Lists containing this project

README

        

### High performance model mapping
+ Map between Models with similar properties.
+ Map from Data Readers, Data Tables and Data Sets to models.
+ Execute Stored Procedures as objects.
+ Everything mock-able for proper unit testing.
+ Extensible

### [NuGet](https://www.nuget.org/packages/King.Mapper)
```
PM> Install-Package King.Mapper
```

### [Wiki](https://github.com/jefking/King.Mapper/wiki)
View the wiki to learn how to use this.

### CI
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/King.Mapper)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=14)