Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.7 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.7 KB

Learning OData with Microsoft ASP.NET Core OData and Microsoft OData Client

Preparation

  • Please make sure you configure the path to the database file in the Startup.cs or leave to 'C:\temp\world.db'. Hint: If you want to change the content in the SQLite file without installing any applications you could use SQLite Online. A great offline SQLite tool is SQLiteStudio.
  • Install the OData Connected Service extension to generate or regenerate the code for the client.
  • This project uses SwitchStartupProject for VS 2019 to start both applications in Visual Studio at the same time.
  • To test the URL's you could also use the insomnia-export.json with the Insomnia HTTP client (or API testing tool).

OData Service Implementation

Manual steps

  • Create the project ASP.NET Core WebApi for .NET Core 3.1 without HTTPS