Some experiments around .NET Aspire to learn.
- AIExtensionsOllama project .NET Aspire 9 RC 1 using Microsoft.Extensions.AI with Ollama and Tool calling with OpenTelemetry.
- Aspire.NET9Preview project to test the preview of .NET Aspire 9 preview without installing a workload.
- LocalLLMSummarize a simple web application which get a saved article from omnivore.app and summarize the articles using a local LLM and display the summary to the user.
- OpenAI a simple web application which get a saved article from omnivore.app and summarize the articles using Azure OpenAI and display the summary to the user.
- Dapr Outbox, sample application that demonstrates how to use Dapr to implement the Outbox Pattern for distributed transactions.
- Dapr PubSub with Redis Streams, sample application that demonstrates how to use Dapr pub/sub.
- Grafana dashboards, simplest project showing the integration of Grafana with Prometheus with .NET Aspire.
- DevContainer for .NET Aspire, demonstrates how to use a DevContainer to develop a .NET Aspire application.
- DevApps 101 - .NET Aspire, code pour la démo de l'épisode 101 de DevApps lors duquel j'ai présenté .NET Aspire.