Showing results for November 2020 - OData

Nov 16, 2020
Post comments count1
Post likes count0

Introducing the OData Web API Authorization library

Clément Habinshuti
Clément Habinshuti

This post introduces the Web API Authorization library which automatically enforces the permissions defined in your OData model on your Web API endpoints.

Nov 11, 2020
Post comments count0
Post likes count0

OData Connected Service 0.11.1 Release

Clément Habinshuti
Clément Habinshuti

This post announces release of OData Connected Service v0.11.1 and its new features and bug fixes.

Nov 2, 2020
Post comments count10
Post likes count1

Routing in ASP.NET Core OData 8.0 Preview

Sam Xu
Sam Xu

Introduction In the previous version of ASP.NET Core OData, such as 6.x and 7.x version, the OData routing is IRouter-based Web API Routing, that is, OData router is a Router implementing IRouter interface. Even in the ASP.NET Core OData 7.x Endpoint Routing, it is also related to the IRouter routing. Since 8.0, we want to build the OData routing ...

ODataASP.NET CoreAttribute Routing