Git Product home page Git Product logo

odataserver's Introduction

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:

  • To bridge the strengths of WCF Data Services (easy standard odata service from an Entity Framework model) with Web API OData (flexibility and extensibility)
  • To extend Web API OData to better support odata features
  • To enable re-using generic odata controllers for multiple entity types - thus reducing the verbosity of a Web API odata-based webapp
  • To enable easily generating an odata service from any arbitrary domain model, including but not limited to an Entity Framework DbContext.
  • To fix deficiencies in the Web API OData implementation for better interoperability with browser frameworks that use odata

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.

odataserver's People

Contributors

johncrim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.