My experiment Expanding collections using Web Api OData controller triggered me to think about my design.
I am wondering am I the only one using collection in a web api model because I dont find many examples, etc on any forums of such kind.
My experiment Expanding collections using Web Api OData controller triggered me to think about my design.
I am wondering am I the only one using collection in a web api model because I dont find many examples, etc on any forums of such kind.
Please take a look at this sample http://aspnet.codeplex.com/SourceControl/latest#Samples/WebApi/OData/v4/ODataQueryLimitationsSample/ . It uses collections: Customer.Orders.