Clément Habinshuti

Senior Software Engineer, OData, Microsoft Graph

Post by this author

Using the new JSON writer in OData

version 7.12.2 has introduced a new JSON writer that’s based on .NET’s Utf8JsonWriter. The current JSON writer used in , internally called , is a custom implementation that uses to write the JSON output to the destination stream. We decided to write a new implementation to take advantage of the performance optimizations in . In order ...
Comments are closed.0 3

Support for fetching nested paths in OData Web API

Background OData services use nested paths to access properties or entities related to a resource. For example, if you want to access orders of a given customer, you would use a request path like: 7.x provides two main approaches for handling such requests: convention and attribute routing. In the first approach, we create ...
Comments are closed.0 0

OData Connected Service 0.12.0 Release

OData Connected Service 0.12.0 has been released on the Visual Studio Marketplace. This release includes the following changes:   Restored default settings Some default options were inadvertently changed in a previous update, leading to default options that do not make sense for the majority of use cases. We have ...

Introducing the OData Web API Authorization library

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

OData Connected Service 0.11.1 Release

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

OData Connected Service 0.10.0 Release

OData Connected Service 0.10.0 has been released and is available in the Visual Studio Marketplace. This release includes the following features and fixes: 1. Support for Open Types Open Types are entity or complex types in OData which have dynamic properties (i.e. properties not declared in the schema). Previously, OData ...

OData Connected Service 0.7.1 Release

We are pleased to announce a new release of OData Connected Service, version 0.7.1. This version adds the following important features and bug fixes: You can get the extension from the Visual Studio Marketplace. 1. VB.NET Support You can now use OData Connected Service extension to generate OData client code for Visual ...

OData Connected Service 0.4.0 Release

OData Connected Service 0.4.0 has been released and is now available on the Visual Studio Marketplace. The new version adds the following features: In this article, I would like to take you through some key new features and get you up to speed with using the OData Connected Service. OData Connected Service in Visual Studio...