Showing results for OData - OData

Dec 30, 2019
Post comments count4
Post likes count0

$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
Feb 6, 2015
Post comments count0
Post likes count0

[Announcement] OData Web API 5.4 Release

Congyong
Congyong

The NuGet packages for OData Web API 5.4 are now available on the NuGet gallery. Download this release You can install or update the NuGet packages for OData Web API 5.4 using the Package Manager Console: What’s in this release? This release primarily includes new features for OData (v4 and v3) Web API as summarized below: ...

ODatawebapiWeb API OData
Jan 22, 2015
Post comments count0
Post likes count0

[Announcement] OData Web API 5.4 Beta

Congyong
Congyong

The NuGet packages for OData Web API 5.4 beta are now available on the NuGet gallery. Download this releaseYou can install or update the NuGet packages for OData Web API 5.4 beta using the Package Manager Console: What’s in this release?This release primarily includes new features for OData (v4 and v3) Web API as summari...

ODatawebapiWeb API OData
Sep 11, 2014
Post comments count0
Post likes count0

Announcing the Release of Web API OData 5.3

DB Blogs
DB Blogs

The NuGet packages for ASP.NET Web API OData 5.3 are now live on the NuGet gallery! Download this release You can install or update the NuGet packages for ASP.NET Web API OData 5.3 using the NuGet Package Manager Console, like this: What’s in this release? This release primarily includes great new features for Web API OData v4...

ODataASP.NETwebapi
Aug 27, 2014
Post comments count0
Post likes count0

Announcing the Release Candidates for Web API OData 5.3

DB Blogs
DB Blogs

The release candidate NuGet packages for ASP.NET Web API OData 5.3 are now live on the NuGet gallery! Download this release You can install or update the release candidate NuGet packages for ASP.NET Web API OData 5.3 using the NuGet Package Manager Console, like this: What’s in this release? This release primarily includes gre...

ODataASP.NETwebapi
Apr 14, 2014
Post comments count0
Post likes count0

[Announcement] ODataLib 6.2.0 release

LeoHu1
LeoHu1

We are happy to announce that the ODL 6.2.0 is released and available on nuget along with the source code on codeplex (please read the git history for the v6.2.0 code info and allprevious version). Detailed release notes are listed below. Bug fixes Fixed a bug for parsing $it in UriParser. Improved the JSON serialization performance for u...

ODataODataLib
Mar 5, 2014
Post comments count0
Post likes count1

[Tutorial & Sample] Use Singleton to define your special entity

Zoe Luo
Zoe Luo

Ever had a special entity where there can be only one of its kind, but bothered by having to define a one-element entity set for it? Ever wanted to request a special entity but bothered by needing to find out its key first? Use a singleton! Singleton is newly introduced in OData V4, to allow developers name such special entity, and it can be addres...

ODataODataLibSingleton
Nov 13, 2013
Post comments count0
Post likes count0

New and improved EULA!

DB Blogs
DB Blogs

TL;DR: You can now (legally) use our .NET OData client and ODataLib on Android and iOS. Backstory For a while now we have been working with our legal team to improve the terms you agree to when you use one of our libraries (WCF Data Services, our OData client, or ODataLib). A year and a half ago, we announced that our EULA would include a redistrib...

ODataWCF Data ServicesEULA
Oct 27, 2013
Post comments count0
Post likes count0

New version of OData Validator

DB Blogs
DB Blogs

The OData team has been working on updating the OData Validator tool to support the new JSON format validation. We are pleased to announce that the tool now supports validating your V3 service for all three formats – ATOM, old JSON format (aka JSON Verbose) and the new JSON format. We are also working on adding OData V4 service validation support. ...

ODataCompatibilityValidation
Aug 26, 2013
Post comments count0
Post likes count0

WCF Data Services 5.6.0 Release

DB Blogs
DB Blogs

Recently we released updated NuGet packages for WCF Data Services 5.6.0. You will need the updated tooling (released today) to use the portable libraries feature mentioned below with code gen. What is in the release: Visual Studio 2013 Support The WCF DS 5.6.0 tooling installer has support for Visual Studio 2013. If you are using Visual Studio 2...

ODataWCF Data ServicesRelease