Skip to content

jmodjeski/QueryMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Query Mapper

Enables writing queries against a DTO object, then executing against an entity store..

The goal was to isolate data entity contracts to the data layer, then expose the DTO's for those objects as IQueryable on the services layer.

The DTO's can be exposed as an ODATA endpoint on a Rest service. Instead of requiring the query to be hand written between the Service and Repository, we can use a query mapper just like we use AutoMapper to replace the handwritten mapping code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages