.NET Aspire Tutorials

Aspire — .NET’s Goodbye to Cloud-Native Complexity!

With the new .NET 9 release, we’ve had the chance to get our hands on the much-improved Aspire toolset. Aspire makes cloud-native development faster and easier. Why? To answer this, we first need to understand the problem Aspire tries to solve.

How to Build an AI Chatbot with .NET Aspire, Ollama, and Blazor - It's super simple

In this video I show you how you can easily build your own AI chatbot with .NET Aspire, Blazor and Ollama. Believe me, it is super simple.

What Is DeepSeek? Dive in with DeepSeek, .NET Aspire, Blazor

A new AI model has taken the tech world, and the actual world, by storm. See how to get started with DeepSeek, .NET Aspire and Blazor.

Deploying the .NET Aspire Application on Kubernetes using Azure DevOps Pipelines

Experience the ease of deploying .NET Aspire on Kubernetes with Azure DevOps! 💥

NO SWAGGER? NO PROBLEM! OpenAPI Made Easy in .NET 9

Dive into the future of API documentation in .NET 9 as we explore powerful alternatives to traditional Swagger UI. In this video, we'll walk through implementing OpenAPI with three different documentation tools: Swagger UI, ReDoc, and the game-changing Scalar interface. Learn how to seamlessly integrate these tools with .NET Aspire, boost your API documentation workflow, and implement custom commands that will streamline your development process.

Building a simple Retrieval Augmented Generation system using .Net Aspire

In this post, we will look into building a simple Retrieval Augmented Generation (RAG) system where we use Jupyter Notebooks for ingestion and .NET Web API for retrieval and generation part using .NET Aspire and having telemetry from both Python and C# components of the system.

How to integrate .NET Aspire with Microsoft SQL Server (MSSQL) - Tutexchange

Learn how to seamlessly integrate Microsoft SQL Server (MSSQL) with .NET Aspire, the modern framework for building cloud-native applications. Step-by-step guide for developers.

Running Deepseek AI with .NET Aspire

On this episode of Full-Stack FridAI, you'll learn how to run the Deepseek AI model on your local machine using .NET. From setting up your development environment to handling model dependencies and executing your first inference, we've got you covered.

Adding Elasticsearch with .Net Aspire

Learn how to integrate Elasticsearch with .NET Aspire to enhance your application's search capabilities using powerful indexing and search features.

Deploying .NET Aspire Microservices to Kubernetes with Aspir8 CLI and Helm

Kubernetes is widely used for modern applications due to its auto-scaling, easy deployment, and cloud-native features. Microsoft is also pushing .NET to be more cloud-native. Recently, they introduced **.NET Aspire**, a toolset designed to make cloud-native development easier. In this guide, we’ll build a microservice project with .NET Aspire, define microservice relationships, create a Helm chart, and deploy it to Kubernetes.