Live data from Hacker News

.NET Aspire: Simplifying Cloud-Native Development with .NET 8

devblogs.microsoft.com

1–5 of 5 posts

Re: .NET Aspire: Simplifying Cloud-Native Development with .NET 8

#5

Looking good. I worry about crossover and integration though. Will this be hosted on Dapr? What about Microsoft Orleans?

We have a section in the FAQ about it: https://learn.microsoft.com/en-us/dotnet/aspire/reference/as...

In short, these are complimentary things. Think about it like this: you use aspire to define the pieces which your app is comprised of (services, databases, etc), and that includes your Orleans silos & clients. Aspire lets you configure clustering once and then pass it to the services which consume it - rather than having to configure clustering identically in every silo & client app, for example. Here's an example of the work-in-progress: https://x.com/reubenbond/status/1724479093247549470?s=20