Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jefking/king.mapper
- Owner: jefking
- License: mit
- Created: 2014-05-27T01:41:18.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T02:18:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T14:47:49.171Z (about 2 months ago)
- Topics: c-sharp, mapping, model, orm, sql, sql-server, stored-procedures
- Language: C#
- Homepage: https://www.nuget.org/packages/King.Mapper/
- Size: 2.49 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)