.NET Aspire: Simplifying Cloud-Native Development with .NET 8
devblogs.microsoft.com
.NET Aspire: Simplifying Cloud-Native Development with .NET 8
1–5 of 5 posts
Re: .NET Aspire: Simplifying Cloud-Native Development with .NET 8
#2(17.8 has just gone live).
Re: .NET Aspire: Simplifying Cloud-Native Development with .NET 8
#3It seems that is hasn't been released yet? Visual Studio 17.9 or later. (17.8 has just gone live).
Re: .NET Aspire: Simplifying Cloud-Native Development with .NET 8
#4Re: .NET Aspire: Simplifying Cloud-Native Development with .NET 8
#5Looking good. I worry about crossover and integration though. Will this be hosted on Dapr? What about Microsoft Orleans?
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