Это видео недоступно.
Сожалеем об этом.

From WCF to gRPC - Mark Rendle - NDC Oslo 2020

Поделиться
HTML-код
  • Опубликовано: 13 авг 2020
  • gRPC is a high-performance messaging protocol that is ideal for communication between microservices and other clients on internal networks. It's the ideal replacement for WCF or .NET Remoting, which are not supported on .NET Core.
    In this talk, I'll explain the different models that gRPC enables, from Request/Response to full bi-directional streaming, and how they map to various WCF models. I'll show how to create gRPC services and clients using the dotnet CLI, and share best practices for using them in the real world.

Комментарии • 6

  • @randypenajimenez3893
    @randypenajimenez3893 4 года назад

    Is gRPC design to do all the work that a REST API does? or, Is gRPC meant for single tasks?

    • @michaelabbott7560
      @michaelabbott7560 4 года назад +2

      It can do either.
      Most companies use GRPC or some variant of an RPC for internal services instead off rest services, that'll sit behind an api gateway of some description.
      a GRPC api can do everything a REST api can do.

  • @Hello_there_777
    @Hello_there_777 4 года назад

    👍

  • @mehdik3883
    @mehdik3883 4 года назад

    First i thought it's Windows Text to Speech service.

  • @maqeelqureshi
    @maqeelqureshi 4 года назад +1

    Please shrink your videos to max 15-30 minutes.