MicrosoftDocs / mslearn-dotnet-cloudnative

Sample apps for the Microsoft Learn modules for creating cloud native apps with ASP.NET Core
MIT License
48 stars 641 forks source link

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.