Skip to content
Dmitry Bezzubenkov edited this page Apr 16, 2018 · 6 revisions

QueryMappings project wiki

This documentation covers QueryMappings project.

You may want to get familiar with this project if you are using Entity Framework in your projects as ORM solution. Project simplifies creation of mapping layer between different layers of architecture. Main goal is to provide easy to use, simple, strongly-typed and EntityFramework-friendly way to create mappings between Data Access layer (represented by Entity Framework) and Business Layer. Library heavily depends on IQueryable class and all functionality adopted to IQueryable features. For a consistency project also supports mappings between Business and Presentation layers (model-to-model mapping).

Documentation covers all provided functionality, samples of code and motivation for the project.

See the Release Notes for more information on each release.