Skip to content

Sneedd/Learning.AspNetCore.OData

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages