Showing results for Web API - OData

Jun 19, 2023
0
0

Enable Un-typed within ASP.NET Core OData

Sam Xu
Sam Xu

Introduction The latest ASP.NET Core OData supports the following two built-in OData abstract types: Developers can use them to advertise a property in OData metadata schema (aka, Edm model) so that such property is declared with a particular name present, but there is no type associated to describe the structure of the property's...

ODataASP.NET Core ODataWeb API
Oct 19, 2020
6
0

ASP.NET Core OData 8.0 Preview for .NET 5

Sam Xu
Sam Xu

Recently, OData team released the 8.0.0 preview version of ASP.NET Core OData on nuget.org. It is the first version of OData supporting .NET 5, especially for ASP.NET Core 5. This version includes some breaking changes, such as model builder separation, namespace changes and configuration changes etc. Most importantly, the routing mechanism is chan...

ODataASP.NET CoreWeb API
Dec 30, 2019
4
0

$select Enhancement in ASP.NET Core OData

Sam Xu
Sam Xu

The release of ASP.NET Core OData v7.3 brings a ton of improvements to $select functionality. In this article, I’d like to introduce some of the new features of $select and its usages in combination with other query options like $filter, $top, $skip, $orderby, $count and $expand. This tutorial assumes that you already have the knowledge to build a...

ODataASP.NET CoreWeb API
Mar 20, 2014
0
0

[Announcement] The ASP.NET Web API 2.2 for OData release and the OData Client Code Generator release

Yi Ding - MSFT
Yi Ding - MSFT

We are very excited to announce the availability of nightly builds on MyGet for ASP.NET Web API 2.2 for OData v4.0 along with OData Client Code Generator for writing OData v4 clients. The Web API 2.2 release is particularly noteworthy as it is the first Web API release with support for OData v4 with selected highly demanded features....

OData Client ToolsWeb API