.NET Aspire Tutorials

ASP.NET Community Standup - 🤔How does .NET Aspire work tho??

Join the .NET Aspire Standup as Jose Perez Rodriguez teaches Maddy and Jon about how .NET Aspire actually works!

10 Days of .Net Aspire: Day 4 — Using Oracle Component in Visual Studio | HackerNoon

A Step-by-step guide on how to use the .Net Aspire Oracle component in Visual Studio.

Create and Deploy .NET Aspire project using Visual Studio and Azure Developer CLI (AZD)

Create and Deploy .NET Aspire project using Visual Studio and Azure Developer CLI (AZD)

Adding Map Based Photo Viewer to .Net Aspire Project with Stencil and OpenStreetMap Tile Server

Here is the next post on my journey building a personal photo search application using open source technologies as a testbed for .Net Aspire. Here is the next post on my journey building a personal photo search application using open source technologies as a testbed for .Net Aspire.

Using SQL Database Components in .NET Aspire

We previously looked at Aspire components, special libraries used by .NET Aspire to wrap commonly used applications and infrastructure components. These libraries consist of containers, but it’s simpler to use them instead of using containers directly. After all, Aspire components were specifically designed to work in Aspire. Today, we will look at the components that represent SQL databases.

Visual Studio Live! @ Microsoft HQ 2024 - Scott Hunter Keynote

Scott Hunter delivers a keynote at VS Live 2024 at Microsoft headquarters : Introducing .NET Aspire - Cloud Native Development for .NET

.NET Aspire basics with Azure deployment

Discover the essentials of .NET Aspire and learn how to deploy your applications to Azure in this informative video!

Deploying .NET Aspire Applications to Azure and Kubernetes: A Practical Guide

As a senior software engineer with a background in .NET Core and Azure, deploying applications efficiently is crucial. In this article, I’ll walk you through deploying .NET Aspire applications to Azure and Kubernetes, highlighting real-world scenarios and best coding practices.

Hosting a Keycloak Container in .NET Aspire

In the previous article, we discussed enabling single sign-on authentication in .NET Aspire. Today, you will learn how to do it using a Keycloak container.

A Guide To Securing .NET Aspire Apps

While using .NET Aspire, you will want to know how to secure your dashboard. After all, you don’t want to allow anyone to manage your applications and view their internal logs. There is a separate mechanism for securing the dashboard and this is what we will also cover today.