Search code examples
odatanancy

sample app to illustrate use of OData in NancyFx


I am developing a sample app to illustrate use of OData in my application(NancyFx based). Can any one help in get started with this.


Solution

  • First, I'm not familiar with NanchFx. As far as I know, it is a different framework to build Web application than Web API. Second, what do you mean a "sample app" ? Is that a app to build an OData service or to consume a OData service? If it's for server side, maybe you need to get started with ODataLib. If it's for consuming, then maybe a little bit more options like OData client for .NET, OData client code generator, and other JavaScript library supporting OData like JayData, Olingo ODataJS, Breeze, etc. HTH