Join the .NET Aspire Standup as Jose Perez Rodriguez teaches Maddy and Jon about how .NET Aspire actually works!
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)
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.
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.
Scott Hunter delivers a keynote at VS Live 2024 at Microsoft headquarters : Introducing .NET Aspire - Cloud Native Development for .NET
Discover the essentials of .NET Aspire and learn how to deploy your applications to Azure in this informative video!
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.
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.
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.