Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
RaghuRam Takes a Second Lap Around ASP.NET Web API and OData
Feb 19, 2013 at 1:50 PM@Earl3d: what do you mean by normal rest queries? And yes, exposing an IQueryable and adding the [Queryable] attribute to your action gives you lot of OData querying goodness. You don't need an EDM model just for exposing querying.
RaghuRam Takes a Second Lap Around ASP.NET Web API and OData
Feb 19, 2013 at 1:48 PM@scyonyx: right now, we support only EDM model's built through the ODataModelBuilder. We have plans to support other EDM models like the one from DbContext for vNext.