.NET Aspire Tutorials

Observing Spin Apps with OpenTelemetry and the .NET Aspire Dashboard

Gathering telemetry data is crucial for understanding how your apps behave at runtime and troubleshooting when things go sideways. In this post, we will explore how you can observe Spin apps when running locally using the .NET Aspire Dashboard in standalone mode.

.NET All the Things - Cloud, Mobile, Web, and more!

Join Maddy Montaquila, .NET PM, for a whirlwind tour of some of the many ways that .NET can integrate with itself (and your existing stack!) so you can reuse code, save time, and be more productive.

.NET Aspire - Meetup Nov 2024 by Udaiappa Ramachandran

Learn about the building blocks of modern .NET applications, including service defaults, orchestration, service discovery, integrations, and deployment. Discover how to enhance observability, resiliency, and health checks, and gain hands-on insights into using the .NET Aspire Dashboard for monitoring. Perfect for developers looking to leverage .NET for distributed, cloud-native applications. Don't miss this deep dive into cutting-edge .NET tools and practices!

.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.