From e90e89bb01ddc51718a1b7fc85f6658183cdf105 Mon Sep 17 00:00:00 2001 From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:48:06 +0300 Subject: [PATCH] Update POST.md --- .../Community-Articles/2022-18-11-whats-new-with-net7/POST.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2022-18-11-whats-new-with-net7/POST.md b/docs/en/Community-Articles/2022-18-11-whats-new-with-net7/POST.md index 7c85bbcb25..fb964fa730 100644 --- a/docs/en/Community-Articles/2022-18-11-whats-new-with-net7/POST.md +++ b/docs/en/Community-Articles/2022-18-11-whats-new-with-net7/POST.md @@ -78,6 +78,8 @@ gRPC - JSON Transcoding is an extension for ASP.NET Core that creates RESTful JS It's a really good feature and allows us to expose our gRPC services as REST APIs. It's worth checking out 👉 [JSON Transcoding](https://learn.microsoft.com/en-us/aspnet/core/grpc/json-transcoding?view=aspnetcore-7.0). +> I've created a separate community article for this feature. Check it from [here](https://community.abp.io/posts/grpc-json-transcoding-16eai2zw). + ### Blazor We are going to cover two new features for Blazor: @@ -100,7 +102,7 @@ builder.Services.AddServerSideBlazor(options => }); ``` -**2-)Using the Custom Element** +**2-) Using the Custom Element** ```html