.NET Aspire Tutorials

.NET Aspire Dashboard and Folder Structure

In this video you will learn about the features given by .Net Aspire Dashboard and I will also explain the folder structure here. This will be a very helpful video if you are going to start with the development of application or API using .Net Aspire and .Net Core technologies. Aspire is having the strong support with Docker orchestration with which Aspire allow you to run the docker image containers when you run the .Net Aspire application either using dotnet command or Visual Studio.

Dapr and .NET Aspire - A New Era for Observability

Dapr and .NET Aspire - A New Era for Observability

Observing Spin Apps using the .NET Aspire Dashboard

This video explains how you can observe your Spin Apps using the standalone.NET Aspire Dashboard provided by the latest release of the otel Plugin for Spin. We’ll guide you through the process of installing the otel plugin, verifying necessary dependencies are installed and work as expected, before we dive into observing two different Spin Apps.

Running .NET Aspire 9 on Kubernetes - From Development to Production

Let’s learn all news about .NET Aspire 9 release and how to move your code from local Development to production using Kubernetes. Let’s discuss debugging with mirrord.dev and how a team can collaborate on Micro services development. Bring your questions!

DOTNET WEEKLY EPS20: quick intro to .NET Aspire

In this episode, we are discussing quick intro to .NET Aspire in .NET 9.0! Starting from quick start app in Visual Studio 2022 17.12.0, we are focusing in .NET Aspire, and we are also starting to quick intro to .NET Aspire and also discussing the intro to .NET Aspire as ecosystem as tooling as well.

Using a Distributed Redis Cache in .NET Aspire

Let’s go back to the subject of hosting distributed Redis cache in .NET Aspire. Let’s start by going through a quick recap of what distributed caching and locking are.

Welcoming .NET Aspire 9.0 : Photo Summary Project

As the next stage in the project is evaluating the performance of the models I am using, at this point I needed to make Jupyter Notebooks easily accessible inside my codebase and development environment. With .Net Aspire 9.0 this becomes a convenient process.

Create .Net Aspire Project with Redis Cache, Web API, Razor App and Analysis extensions

In this video, you will learn to create .NET Aspire project with .NET Core Microservices architecture. Here I have used the command line or dotnet commands to create the .NET Aspire project with which it's easy to use VS Code or any other IDE for development. Here I have used couple of dotnet command to create, build and run .net application in vs code.

End-to-End Guide: Building a Real-Time e-Coffee Shop Using Aspire.NET,

Today we are going to see what .NET Aspire is and of course how to use it to our advantage with the e-CoffeeShop project. As always the code will be available on GitHub.

Make containers aware of custom local domains on the host machine using .NET Aspire

Custom domains are useful for local development, but containers can't resolve them by default. Discover how to make containers recognize the host machine's custom hosts with .NET Aspire.