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

EntityRepository.ODataServer

Enhances Web API OData functionality, featuring generic OData controllers that can be generated from a domain model, including any Entity Framework DbContext.

This project was previously hosted at https://entityrepository.codeplex.com/.
https://github.com/entityrepository/ODataServer/ is its new home.

This project was created to meet the following needs:

Despite Web API's clean design, WCF Data Services has the significant advantage that it's very simple to expose an ObjectContext or DbContext as an OData service. This project provides a library for easily exposing an EF code-first DbContext as a Web API OData endpoint. In the simple case, no Controller code needs to be written for each DbSet. For any more complex cases, the default Controllers can be subclassed to provide customized behavior.