.NET Aspire Tutorials

Integrate MySQL database with .NET Aspire

Authorised Territory code examples - This .NET #tutorial shows how to integrate MySQL database with #dotnet aspire.

Demystify cloud-native development with .NET Aspire

Explore the groundbreaking .NET Aspire technology stack designed for cloud-native development. We'll start from the basics - what even is cloud-native development?! - and then explore various aspects of Aspire including Orchestration, Components, Tooling and more. We'll cover what's new from .NET 9 and what's coming in the future! We'll also show you how to plug in Aspire to your existing projects, from a single piece to the whole pie.

On .NET Live - Hands-On with .NET Aspire 9.0

.NET Aspire keeps getting better! In this week's episode, community MVP Viswanatha Swamy shows us what's new with .NET Aspire 9.0, including key improvements in tooling, dashboard, and telemetry.

.NET Aspire Integration Testing Quick Start | Practical .NET

This blog post covers setting up integration testing with .NET 8. Things may work differently in .NET 9 - ie something that you need to explicitly declare in .NET 8 may be implicit in future versions.

How to integrate .NET Aspire with Azure Data Table - Tutexchange

In this article we are going learn how to integrate Azure Data Table with .Net Aspire as you know .Net Aspire is used to build cloud-native applications.

.NET Aspire to Kubernete

.NET Aspire makes it easy to build cloud-native apps. It gives developers a set of tools and patterns wrapped up in NuGet packages, so they can create apps that work well in the cloud without hassle. In this session, we walk through development to deployment, build a project from scratch with .NET Aspire, and deploy it to Kubernetes

How to view Semantic Kernel telemetry in .NET Aspire dashboard

Authorised Territory code examples - This .NET #ai #tutorial shows how to add telemetry data to Semantic Kernel application and view the data in #dotnet Aspire dashboard

Generating architecture diagrams from .NET Aspire resources at publish time

Use the new relationship capabilities in .NET Aspire 9.1 to build a custom Mermaid exporter for generating architecture diagrams that are always up-to-date.

Building and Debugging .NET Lambda applications with .NET Aspire (Part 2) | Amazon Web Services

In this part, we’ll show you how to take advantage of the .NET Aspire programming model for best practices and for connecting dependent resources like cache layers and datastores. We will also show you how to use OpenTelemetry to get telemetry data out of an application, which can be viewed in the .NET Aspire dashboard.

Building and Debugging .NET Lambda applications with .NET Aspire (Part 1) | Amazon Web Services

In a recent post we gave some background on .NET Aspire and introduced our AWS integrations with .NET Aspire that integrate AWS into the .NET dev inner loop for building applications. The integrations included how to provision application resources with AWS CloudFormation or AWS Cloud Development Kit (AWS CDK) and using Amazon DynamoDB local for local development. These features can keep .NET developers in the development environments they are most productive in.