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:
http://localhost:8080/Customers/1/Orders
Microsoft.AspNetCore.OData 7.x provides two main approaches for handling such requests: convention ...
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 ...
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.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 ...
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 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...