News

ASP.NET Core OData 8 Preview Supports .NET 5, but with Breaking Changes

ASP.NET Core OData, which debuted in July 2018, is out in a v8.0 preview that for the first time supports the upcoming .NET 5 milestone release, slated for Nov. 10.

Microsoft's open source OData -- standing for Open Data Protocol -- is used for creating and consuming queryable and interoperable REST APIs in a simple and standard way, breaking onto the data development scene back in 2007.

Creating an ASP.NET Core OData 8 Web App
[Click on image for larger view.] Creating an ASP.NET Core OData 8 Web App (source: Microsoft).

Earlier this year Microsoft engineer Sam Xu announced "it's time to move OData to .NET 5," and yesterday he announced that was a done deed in ASP.NET OData 8.0 Preview for .NET 5.

"It is the first version of OData supporting .NET 5, especially for ASP.NET Core 5," he said.

But it comes with a catch.

"This version includes some breaking changes, such as model builder separation, namespace changes and configuration changes etc. Most importantly, the routing mechanism is changed a lot comparing to the previous 7.x version."

Thus Xu's Oct. 19 blog post is largely devoted to helping developers work through the changes in a basic bookstore tutorial using a Visual Studio 2019 preview to create an ASP.NET Core 5.0 web application, which can be found on GitHub for those wanting to follow along. The main ASP.NET Core (.NET 5) OData project is also hosted on GitHub.

Because the routing changes were deemed most significant, Xu promised an upcoming post on "routing in ASP.NET Core OData 8.0."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube