From 986f4f3aa37fdf0d1caeafebf57178d9f6eff701 Mon Sep 17 00:00:00 2001 From: Marcus Turewicz <24448509+marcusturewicz@users.noreply.github.com> Date: Fri, 19 Feb 2021 12:16:09 +1100 Subject: [PATCH] Add link to ASP.NET Core (#1239) Co-authored-by: Mark Fussell --- daprdocs/content/en/concepts/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/overview.md b/daprdocs/content/en/concepts/overview.md index a05ccb626..0b43986b9 100644 --- a/daprdocs/content/en/concepts/overview.md +++ b/daprdocs/content/en/concepts/overview.md @@ -81,7 +81,7 @@ To make using Dapr more natural for different languages, it also includes [langu Dapr can be used from any developer framework. Here are some that have been integrated with Dapr. #### Web - In the Dapr [.NET SDK](https://github.com/dapr/dotnet-sdk) you can find ASP.NET Core integration, which brings stateful routing controllers that respond to pub/sub events from other services. + In the Dapr [.NET SDK](https://github.com/dapr/dotnet-sdk) you can find [ASP.NET Core](https://dotnet.microsoft.com/apps/aspnet) integration, which brings stateful routing controllers that respond to pub/sub events from other services. In the Dapr [Java SDK](https://github.com/dapr/java-sdk) you can find [Spring Boot](https://spring.io/) integration.