top | item 38265088

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

30 points| jongalloway2 | 2 years ago |devblogs.microsoft.com

4 comments

order

jeremycarter|2 years ago

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

reubenbond|2 years ago

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

CodeCompost|2 years ago

It seems that is hasn't been released yet? Visual Studio 17.9 or later.

(17.8 has just gone live).

drewnoakes|2 years ago

You'll need 17.9 preview 1, which was released at the same time as 17.8.