OData and Authentication – Part 4 – Server Side Hooks
If you secure an OData Service using Windows authentication – see Part 2 to learn how – everything works as expected out of the box.What however if you need a different authentication scheme?Well the...
View ArticleOData and Authentication – Part 5 – Custom HttpModules
In the last post we saw how to add custom authentication inside your Data Service using the ProcessingRequest event.Unfortunately that approach means authentication is not integrated or shared with the...
View ArticleOData and Authentication – Part 6 – Custom Basic Authentication
You might remember, from Part 5, that Basic Authentication is built-in to IIS.So why do we need ‘Custom’ Basic Authentication?Well if you are happy using windows users and passwords you don’t.That’s...
View ArticleData Services Streaming Provider Series: Implementing a Streaming Provider...
The Open Data Protocol (OData) enables you to define data feeds that also make binary large object (BLOB) data, such as photos, videos, and documents, available to client applications that consume...
View ArticleData Services Streaming Provider Series-Part 2: Accessing a Media Resource...
In this second post in the series on implementing a streaming data provider, we show how to use the WCF Data Services client library to access binary data exposed by an Open Data Protocol (OData) feed,...
View ArticleUsing ASP.NET output caching with Data Services
A lot of our customers have asked us how to cache results from their Data Service. Which is why I want to point you to this excellent post by Peter Qian (a developer on the Data Services team) that...
View Article[Tutorial & Sample] How to use OData Client Code Generator to generate...
Edited on July 09, 2014 by updating “Add OData Client Proxy File” for V2.0.0 and adding "Appendix" part. Please refer to "OData Client Code Generator 2.0.0 release" for V2.0.0 release notesEdited on...
View Article[Announcement] OData Web API 5.4 RC
The NuGet packages for OData Web API 5.4 RC are now available on the NuGet gallery. Download this release You can install or update the NuGet packages for OData Web API 5.4 RC using the Package Manager...
View Article[Announcement] ODataLib 6.10.0 Release
We are happy to announce that the ODataLib 6.10.0 is released and available on NuGet. Detailed release notes are listed below: New Features: [GitHub issue #1] EdmLib now supports EdmError/EdmLocation...
View Article[Announcement] OData Web API 5.4 Release
The NuGet packages for OData Web API 5.4 are now available on the NuGet gallery. Download this release You can install or update the NuGet packages for OData Web API 5.4 using the Package Manager...
View ArticleOData team embraces open source
Dear OData lovers, As many of you may have already noticed, the OData team is embracing open source. What does this empower you to do? You now can: About codes Get and build them Run tests: unit tests,...
View ArticleEarly investigation into supporting the OData V4 libraries in ASP.NET 5/MVC 6
Dear OData lovers, The OData team has started the investigation into supporting the OData .NET V4 libraries in ASP.NET 5/MVC 6. The work is currently going well and tracked by the following two GitHub...
View Article[Announcement] ODataLib 6.11.0 Release
We are happy to announce that the ODataLib 6.11.0 is released and available on NuGet. Detailed release notes are listed below: New Features: [GitHub issue #23] ODataLib now supports parsing URI path...
View Article[Announcement] ODataLib 5.6.4 Release
We are happy to announce that the ODataLib 5.6.4 is released and available on NuGet. Detailed release notes are listed below: New Features: [GitHub issue #144] ODataLib now suppresses the errors in...
View Article[Ecosystem] Microsoft Power Query for Excel Releases Support for OData V4
We are pleased to pass the announcement of the enhanced support for OData V4 in the latest release of Power Query for Excel. Microsoft Power Query for Excel is an Excel add-in that enhances the...
View Article[Announcement] Web API OData v5.9 Release
We are happy to announce that the Web API OData v5.9 is released and available on NuGet. Detailed release notes for v5.9 can be found here. Thanks your support. You and your team are highly welcomed to...
View Article[Announcement] RESTier v0.5.0 Release
We are happy to announce that the RESTier 0.5.0-beta is released and available on NuGet. 0.5.0-beta is a big release, it adopts dependency injection to provide lots of flexibility to consumers, it also...
View Article[Announcement] RESTier v0.6.0 Release
We are happy to announce that the RESTier 0.6.0 is released and available on NuGet. 0.6.0 is a release add fix several issues and add several key features, it has minor public API change comparing with...
View ArticleASP.NET Core OData now Available
Introduction The Microsoft OData Team is proud to announce general availability (GA) of OData (Open OData Protocol) on ASP.NET Core 2.0. It is now available through Nuget package at...
View ArticleSupercharging ASP.NET Core API with OData
Summary In this article, I’m going to show you how you can supercharge your existing ASP.NET Core APIs with OData to provide better experience for your API consumers with only 4 lines of code. For the...
View Article