Skip to content

laurentkempe/aspirePlayground

Repository files navigation

.NET Aspire playground

Some experiments around .NET Aspire to learn.

Projects

  • 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, 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.