.NET Aspire Videos

How to add Angular project to .NET Aspire

This .NET Aspire #tutorial shows how to integrate Angular project with #dotnet Aspire. First, we add new #angular project using Visual Studio template. New TypeScript model and service are created. The service calls an endpoint in the WebAPI project to obtain the data. Next, nuget package for Node integration is installed in the AppHost project and Angular project is integrated with .NET Aspire in Program.cs file. Finally, the Angular website and the WebAPI are tested via the dashboard.

Introduction to .NET Aspire

.NET Aspire is an ingenious way to develop large-scale web applications and easily coordinate communication and configuration between all the various pieces.

ASP.NET Community Standup - .NET Aspire 9 RC.1 Launch AMA

Join David, Damian, and Maddy from the .NET Aspire to learn about the first release of Aspire 9 and get your questions answered. Featuring: David Fowler, Damian Edwards, and Maddy Montaquila

Getting Started with .NET Aspire and SQL The Right Way

Getting started with .NET Aspire and SQL is not that simple. In this video I show you the proper way to get started with .NET Aspire and SQL, to make sure that your data is persisted across application startups, that you can efficiently apply migrations as needed and in a way that you can also use SQL Server Management Studio to connect to your database, check execution plans, queries and so on. This one will save you a lot of headaches when it comes to getting started with .NET Aspire and SQL.

Migrating From Docker Compose to .NET Aspire (my experience)

Join me as I share my firsthand experience transitioning from Docker Compose to the new .NET Aspire for orchestrating distributed applications. In this video, I'll walk you through the migration process, highlighting the key differences, potential challenges, and the benefits I discovered while moving my project to this exciting new cloud-native development stack for .NET.

Why .NET for Cloud Native Development? | NET 8 & .NET Aspire

Why are developers choosing .net for Cloud Native development? If you work in the IT industry, staying updated with the latest tools is essential. .NET offers a powerful framework to make your development process smoother, faster, and more secure. In this video, I’ll discuss the features and advantages that make cloud-native development with .NET a top choice for creating innovative and high-performing applications.

Compose Distributed Apps with .NET Aspire

Learn how to build powerful distributed applications with .NET Aspire in this insightful session with Cecil Phillip from .NET Days Online 2024! In this video, you'll discover: What .NET Aspire is and how it can streamline your development process How to use the API in the application model to compose your distributed application A deep dive into Aspire Resources, including built-in and custom resource types

How to persist data for a SQL Server resource in .NET Aspire

This #dotnet #tutorial shows how to persist data for a SQL Server resource in .NET Aspire app host project. We start with a solution from a previous video • .NET Aspire SqlServer Entity Framewor... and configure a volume for a #sql Server resource using WithBindMount. Next, a database is created using SQL Server Configuration Manager and a script to add test tables is ran. Finally, we show that the database has not been lost between AppHost project runs.

Visualizing Performance: OpenTelemetry Metrics in Grafana with .NET Aspire

.NET Aspire makes it easier for developers to get started in building distributed applications. It also includes metrics with Open Telemetry and enables easy reporting through Grafana. In this webinar, we’ll explore how to work with Grafana and how you can use this to get better insights on your .NET Aspire applications.

Adding .NET Aspire to 2D6 Dungeon-App

no description shared