Why don't you use DAPR? 🤔 #259
-
|
I'm curious why you don't use DAPR together with .Net Aspire? 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@suugbut that's a good question, and there's great support with .NET Aspire for DAPR as well :-) I think DAPR is great if you want to create services with different programming languages, e.g. .NET, Java, Python, Go, Rust... You have the same sidecars and the same abstractions. With .NET I already get the full power with logging, data access..., and don't need to limit to the abstractions, e.g. EF Core offers querying using LINQ, schema control with migrations... |
Beta Was this translation helpful? Give feedback.
-
|
Moving this to Q&A |
Beta Was this translation helpful? Give feedback.
@suugbut that's a good question, and there's great support with .NET Aspire for DAPR as well :-)
I think DAPR is great if you want to create services with different programming languages, e.g. .NET, Java, Python, Go, Rust... You have the same sidecars and the same abstractions. With .NET I already get the full power with logging, data access..., and don't need to limit to the abstractions, e.g. EF Core offers querying using LINQ, schema control with migrations...