[Yugong Series] September 2023 WPF+PC+Industrial Internet 095-Distributed Services (WebService, WCF, WebApi)


Preface

Distributed services in C# include:

  1. .NET Remoting: With .NET Remoting, you can communicate in an object-oriented fashion, enabling parts of your application to communicate with each other locally or over a network.

  2. Windows Communication Foundation (WCF): WCF is a distributed services platform based on the SOAP protocol that can be used to create distributed applications.

  3. ASP.NET Web API: It provides a way to integrate web services with existing web applications and browser applications and can be used to build RESTful web services.

  4. Azure Service Fabric&#x

Guess you like

Origin blog.csdn.net/aa2528877987/article/details/132779853