entityrepository / ODataServer

Enhances Web API OData functionality, featuring generic OData controllers that can be generated from a domain model, including any Entity Framework DbContext.
15 stars 4 forks source link

Complete Async support #1

Open johncrim opened 9 years ago

johncrim commented 9 years ago

Currently the generic controller is not async, and the EntityFramework integration is not async. Would be nice if this was fully async.

This is perf/efficiency driven.