Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
Exercise 10.1 – Online material
Online material could be created by Microsoft or third-parties, or extra content for this book.
ASP.NET Core OData Overview: https://learn.microsoft.com/en-us/odata/webapi-8/overview
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core: https://github.com/OData/AspNetCoreOData
Exercise 10.2 – Practice exercises
Practice exercises go deeper into the topics for this chapter.
Make sure that you have implemented controllers for the entity sets in the order system, and then write queries that will return the following results:
- The company names, cities, and countries of customers in Germany, sorted by City.
- The contact names and phone numbers of customers in USA.
- The number of orders made by customer ALFKI.