OData

Create and consume RESTful APIs in a simple and standard way

OData Model Builder now Available

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

OData Connected Service 0.9.1 Release

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 (image) The endpoint ...
Comments are closed.0 0

Aggregation extensions in OData ASP.NET Core

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

OData Connected Service 0.9.0 Release

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      ...
Comments are closed.0 0

OData Connected Service v0.8.0 Release

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 ...
Comments are closed.0 0

Move OData to .NET 5

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