Posts by this author

Aug 12, 2024
Post comments count2
Post likes count1

Announcing OData .NET 8 Official Release

We're happy to announce that OData .NET 8 has been officially released and is available on NuGet: We would like to thank the community for trying out the pre-release versions and sharing feedback with us following our announcements of the previews and release candidates. This release presents an opportunity for us to modernize ...

Apr 26, 2024
Post comments count13
Post likes count5

OData .NET 8 Preview Release

We would like to announce that we are planning a new major release of OData .NET core libraries in June. Ahead of this release, we have released preview versions of the libraries to get some early feedback from the community. Specifically, the following preview releases are now available on NuGet: It has been almost 8 years sin...

Aug 17, 2022
Post comments count0
Post likes count3

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 not to di...

Aug 26, 2021
Post comments count0
Post likes count0

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 controller ac...

Feb 25, 2021
Post comments count1
Post likes count0

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 restored th...

Nov 16, 2020
Post comments count1
Post likes count0

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.

Nov 11, 2020
Post comments count0
Post likes count0

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.

May 19, 2020
Post comments count1
Post likes count0

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 Connecte...

Mar 28, 2020
Post comments count2
Post likes count0

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 Basic ...

Mar 6, 2020
Post comments count2
Post likes count0

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 2019...