This repository is a tutorial project for my blogging site. It will eventually become one of my first YouTube series on getting started with C# coding using Blazor with Aspire.
This project uses Aspire, a .NET stack for building cloud-native applications. Aspire provides a dashboard for managing and visualizing your application's resources, dependencies, and diagnostics.
Read more about why you should try Aspire on my blog: Why You Should Try Aspire
Below are some screenshots of the Aspire dashboard in action with this project:
- Ensure you have the latest .NET 9 SDK and Docker installed.
- Open the solution (
.sln
) file in your preferred IDE (such as Visual Studio or VS Code). - Locate the
AppHost
aspire project within the solution. - Run the
AppHost
project to start up the application and its dependencies.
Happy coding!