Showing results for March 2020 - OData

Mar 28, 2020
2
0

OData Connected Service 0.7.1 Release

Clément Habinshuti
Clément Habinshuti

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 20, 2020
0
0

OData Connected Service version 0.6.0 Release

Elizabeth Okerio
Elizabeth Okerio

OData Connected Service 0.6.0 has been released and is available in the Visual Studio Marketplace. The new version adds the following features: Custom Http Headers  This feature allows you to add headers that will be sent with the request that fetches the metadata used in generating proxy files. This is actually important when ...

Mar 17, 2020
0
0

OData Connected Service version 0.5.0 Release

Elizabeth Okerio
Elizabeth Okerio

OData Connected Service 0.5.0 has been released and is available in the Visual Studio Marketplace. The new version has the following new features: In addition to the above features, the new version has the following improvements and fixes: Microsoft.OData.Client v7.6.3 OData Connected Service version 0.5.0 co...

Mar 6, 2020
2
0

OData Connected Service 0.4.0 Release

Clément Habinshuti
Clément Habinshuti

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

Mar 4, 2020
0
1

Migrating OData V3 Services to OData V4 without Disrupting Existing Clients

Feng Xie
Feng Xie

The migration from your existing OData V3 services to V4 can be challenging if there are some clients that cannot be easily upgraded, like the ones running on on-premises resources. The OData V3 services will need to be kept running until the old clients have been phased out, incurring maintenance overhead. OData team recently released an extension...

Mar 4, 2020
42
0

Enabling Endpoint Routing in OData

Hassan Habib
Hassan Habib

Few months ago we announced an experimental release of OData for ASP.NET Core 3.1, and for those who could move forward with their applications without leveraging endpoint routing, the release was considered final, although not ideal. But for those who have existing APIs or were planning to develop new APIs leveraging endpoint routing, the OData...