Extending your ASP.NET Web API responses with useful metadata
If you ever worked with any API, which, in this day of age, you must have, you surely noticed that in most situations the API response isn’t just the result (requested data), but also a set of helpful...
View ArticleSupporting OData $inlinecount with the new Web API OData preview package
OData support in Web API is arguably one of its hottest features. However, it’s support in Web API has been a bumpy ride – initially, OData was supported in a limited way only, and ultimately ended up...
View ArticleEasy ASP.NET Web API resource updates with Delta
One of the great features of the Microsoft ASP.NET WebAPI OData package (which you can grab as prerelease from Nuget, and which will soon, in next release cycle, become part of Web API core) is a...
View ArticleGetting started with OData v4 in ASP.NET Web API
Since yesterday, the ASP.NET Web stack nightly feed contains the packages supporting OData v4. The package is called Microsoft.AspNet.OData and has a working version 5.2.0 – so I’m guessing this is...
View Article