Showing archive results for 2020

Apr 30, 2020
Post comments count0
Post likes count0

OData Connected Service 0.9.1 Release

Elizabeth Okerio
Elizabeth Okerio

Good News! A new version of OData Connected Service is now available in the Visual Studio Marketplace. The new version adds the following new features and bug fixes/enhancements: Features Bug Fixes/Enhancements Auto-selects the last metadata endpoint used in generating proxy classes The endpoint dropdown contains ...

Apr 24, 2020
Post comments count3
Post likes count0

Aggregation extensions in OData ASP.NET Core

Konstantin Kosinsky
Konstantin Kosinsky

$select and $filter, as well as other OData query options, are an excellent way to receive only data that you need. However, they might not be the best option for reporting and analytical applications. If you want to get total sales to the particular customer and using only $select and $filter, you end up selecting all orders for that customer and ...

Apr 21, 2020
Post comments count0
Post likes count0

OData Connected Service 0.9.0 Release

John Gathogo
John Gathogo

OData Connected Service 0.9.0 has been released and is now available on Visual Studio Marketplace. This release adds the following features and bug fixes:  You can get the extension from Visual Studio Marketplace      

Apr 9, 2020
Post comments count0
Post likes count0

OData Connected Service v0.8.0 Release

Kennedy Kangethe Munga
Kennedy Kangethe Munga

OData Connected Service 0.8.0 has been released and is now available on the Visual Studio Marketplace. The new version adds the following features:   There  instances where you want to re-use same configuration settings across multiple projects. Manually supplying the same settings every time you spin up a new project ...

Apr 6, 2020
Post comments count2
Post likes count0

Move OData to .NET 5

Sam Xu
Sam Xu

Introduction Along with the Announcing .NET 5 preview 1, it’s time to move OData to .NET 5. This blog is intended to describe how easy to move the BookStore sample introduced in ASP.NET Core OData now Available  onto .NET 5. Let's get started. Install .NET 5 .NET 5 SDK is required to build the .NET 5 application. So, Let’s follow up the instr...

OData.NET 5
Mar 28, 2020
Post comments count2
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count2
Post likes count0

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
Post comments count0
Post likes count1

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