This repo contains the sample code for all the exercises in the cloud native learning path for .NET.
-
Select Code.
-
Select the Codespaces tab.
-
Select ... (Codespace respository configuration), then select + New with options.
-
Select the devcontainer for the module you want.
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.