Showing results for April 2020 - OData

Apr 30, 2020
2
0

OData Model Builder now Available

Sam Xu
Sam Xu

How to empower developers to build OData Edm model easily from their data model (C# classes) is one of the most important task in OData team. Today, we are pleased to announce the first beta version of OData model builder available at https://www.nuget.org/packages/Microsoft.OData.ModelBuilder. Please try this package by installing as: The ba...

EdmModelBuilder
Apr 30, 2020
0
0

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
3
0

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

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

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
2
0

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