www.fgks.org   »   [go: up one dir, main page]

OData

Create and consume RESTful APIs in a simple and standard way

Supercharging ASP.NET Core API with OData

Summary
In this article, I’m going to show you how you can supercharge your existing ASP.NET Core APIs with OData to provide better experience for your API consumers with only 4 lines of code.
For the purpose of this tutorial please clone our demo project WashingtonSchools so you can follow up and try the different features we are going to talk about in this article.

ASP.NET Core OData now Available

Introduction
The Microsoft OData Team is proud to announce general availability (GA) of OData (Open OData Protocol) on ASP.NET Core 2.0. It is now available through Nuget package at https://www.nuget.org/packages/Microsoft.AspNetCore.OData, current its version is 7.0.0.
Along this release, it will allow customers to create OData v4.0 endpoints and leverage the OData query syntax easily on multiple platforms,

[Announcement] RESTier v0.6.0 Release

We are happy to announce that the RESTier 0.6.0 is released and available on NuGet.
0.6.0 is a release add fix several issues and add several key features, it has minor public API change comparing with previous release. Detailed release notes for v0.6.0 can be found here.

[Announcement] RESTier v0.5.0 Release

We are happy to announce that the RESTier 0.5.0-beta is released and available on NuGet.
0.5.0-beta is a big release, it adopts dependency injection to provide lots of flexibility to consumers, it also adds many new features, fixes kinds of issues. 

[Announcement] Web API OData v5.9 Release

We are happy to announce that the Web API OData v5.9 is released and available on NuGet.
Detailed release notes for v5.9 can be found here. Thanks your support.
You and your team are highly welcomed to try out this new version if you are interested in the new features and issues fixed.

[Announcement] ODataLib 5.6.4 Release

We are happy to announce that the ODataLib 5.6.4 is released and available on NuGet. Detailed release notes are listed below:
New Features:
[GitHub issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared collection or complex property value
Bug Fixes:
[GitHub issue #60] Fix an issue that $select does not work with EntityFramework 5
Call to Action:
You and your team are highly welcomed to try out this new version if you are interested in the new features and fixes above.

[Announcement] ODataLib 6.11.0 Release

We are happy to announce that the ODataLib 6.11.0 is released and available on NuGet. Detailed release notes are listed below:
New Features:
[GitHub issue #23] ODataLib now supports parsing URI path template.
[GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.

Early investigation into supporting the OData V4 libraries in ASP.NET 5/MVC 6

Dear OData lovers,
The OData team has started the investigation into supporting the OData .NET V4 libraries in ASP.NET 5/MVC 6. The work is currently going well and tracked by the following two GitHub issues:

Support ODataLib/EdmLib/Microsoft.Spatial on ASP.NET 5/ASP.NET Core 5

https://github.com/OData/odata.net/issues/97

Port ASP.NET Web API OData to ASP.NET 5/MVC 6

https://github.com/OData/WebApi/issues/229 (initiated by one of our enthusiastic users @PinpointTownes on GitHub)

It’s been an interesting journey as it’s a lot of fun testing how our libraries works with the new framework,

OData team embraces open source

Dear OData lovers,
As many of you may have already noticed, the OData team is embracing open source.
What does this empower you to do?
You now can:

About codes

Get and build them
Run tests: unit tests, functional tests &

OData

Supercharging ASP.NET Core API with OData

Summary
In this article, I’m going to show you how you can supercharge your existing ASP.NET Core APIs with OData to provide better experience for your API consumers with only 4 lines of code.
For the purpose of this tutorial please clone our demo project WashingtonSchools so you can follow up and try the different features we are going to talk about in this article.

ASP.NET Core OData now Available

Introduction
The Microsoft OData Team is proud to announce general availability (GA) of OData (Open OData Protocol) on ASP.NET Core 2.0. It is now available through Nuget package at https://www.nuget.org/packages/Microsoft.AspNetCore.OData, current its version is 7.0.0.
Along this release, it will allow customers to create OData v4.0 endpoints and leverage the OData query syntax easily on multiple platforms,

[Announcement] RESTier v0.6.0 Release

We are happy to announce that the RESTier 0.6.0 is released and available on NuGet.
0.6.0 is a release add fix several issues and add several key features, it has minor public API change comparing with previous release. Detailed release notes for v0.6.0 can be found here.

[Announcement] RESTier v0.5.0 Release

We are happy to announce that the RESTier 0.5.0-beta is released and available on NuGet.
0.5.0-beta is a big release, it adopts dependency injection to provide lots of flexibility to consumers, it also adds many new features, fixes kinds of issues. 

[Announcement] Web API OData v5.9 Release

We are happy to announce that the Web API OData v5.9 is released and available on NuGet.
Detailed release notes for v5.9 can be found here. Thanks your support.
You and your team are highly welcomed to try out this new version if you are interested in the new features and issues fixed.

[Ecosystem] Microsoft Power Query for Excel Releases Support for OData V4

We are pleased to pass the announcement of the enhanced support for OData V4 in the latest release of Power Query for Excel.
Microsoft Power Query for Excel is an Excel add-in that enhances the self-service Business Intelligence experience in Excel by simplifying data discovery,

[Announcement] ODataLib 5.6.4 Release

We are happy to announce that the ODataLib 5.6.4 is released and available on NuGet. Detailed release notes are listed below:
New Features:
[GitHub issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared collection or complex property value
Bug Fixes:
[GitHub issue #60] Fix an issue that $select does not work with EntityFramework 5
Call to Action:
You and your team are highly welcomed to try out this new version if you are interested in the new features and fixes above.

[Announcement] ODataLib 6.11.0 Release

We are happy to announce that the ODataLib 6.11.0 is released and available on NuGet. Detailed release notes are listed below:
New Features:
[GitHub issue #23] ODataLib now supports parsing URI path template.
[GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.

Early investigation into supporting the OData V4 libraries in ASP.NET 5/MVC 6

Dear OData lovers,
The OData team has started the investigation into supporting the OData .NET V4 libraries in ASP.NET 5/MVC 6. The work is currently going well and tracked by the following two GitHub issues:

Support ODataLib/EdmLib/Microsoft.Spatial on ASP.NET 5/ASP.NET Core 5

https://github.com/OData/odata.net/issues/97

Port ASP.NET Web API OData to ASP.NET 5/MVC 6

https://github.com/OData/WebApi/issues/229 (initiated by one of our enthusiastic users @PinpointTownes on GitHub)

It’s been an interesting journey as it’s a lot of fun testing how our libraries works with the new framework,

OData team embraces open source

Dear OData lovers,
As many of you may have already noticed, the OData team is embracing open source.
What does this empower you to do?
You now can:

About codes

Get and build them
Run tests: unit tests, functional tests &

ODL

ASP.NET Core OData now Available

Introduction
The Microsoft OData Team is proud to announce general availability (GA) of OData (Open OData Protocol) on ASP.NET Core 2.0. It is now available through Nuget package at https://www.nuget.org/packages/Microsoft.AspNetCore.OData, current its version is 7.0.0.
Along this release, it will allow customers to create OData v4.0 endpoints and leverage the OData query syntax easily on multiple platforms,

WebAPI

Supercharging ASP.NET Core API with OData

Summary
In this article, I’m going to show you how you can supercharge your existing ASP.NET Core APIs with OData to provide better experience for your API consumers with only 4 lines of code.
For the purpose of this tutorial please clone our demo project WashingtonSchools so you can follow up and try the different features we are going to talk about in this article.

ASP.NET Core OData now Available

Introduction
The Microsoft OData Team is proud to announce general availability (GA) of OData (Open OData Protocol) on ASP.NET Core 2.0. It is now available through Nuget package at https://www.nuget.org/packages/Microsoft.AspNetCore.OData, current its version is 7.0.0.
Along this release, it will allow customers to create OData v4.0 endpoints and leverage the OData query syntax easily on multiple platforms,