Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 854 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 854 Bytes

Microsoft Learn for .NET Cloud Native Development

This repo contains the sample code for all the exercises in the cloud native learning path for .NET.

  1. Select Code.

  2. Select the Codespaces tab.

    A screenshot showing the New with options menu.
  3. Select ... (Codespace respository configuration), then select + New with options.

  4. Select the devcontainer for the module you want.

    A screenshot showing the devcontainer.

Running Locally?

Make sure to update the appsettings.json for the database to:

"ProductsContext": "Data Source=Database.db"

It has been configured by default for use in a codespace.