Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.23 KB

Aspire-Demo

This is the companion repo for my talk about .NET Aspire, which illustrates a mechanism to take a cloud-native application build with Docker Compose and move it to .NET Aspire.

There are two applications in this repo - one build with Docker Compose, and one with Aspire.

Slides for this talk are available here

Prerequisites

You need the following installed to run the demo:

  • .NET 8.0
    • .NET Aspire workload: (Installed with the Visual Studio installer or the .NET CLI)
  • Docker Desktop or a local Docker installation
  • An IDE or text editor, such as:
    • Visual Studio
    • Visual Studio Code
    • JetBrains Rider

Running the demo

References