Click here to Skip to main content
15,881,715 members
Everything / RPC

RPC

RPC

Great Reads

by Nick Polyak
How to display Python plots within a C# program
by Nick Polyak
This article provides simple examples of creating both client and server code for Google RPCs
by Nick Polyak
The article gives examples of Relay Server usage and the separation of concerns between different topics.

Latest Articles

by Nick Polyak
How to display Python plots within a C# program
by Nick Polyak
The article gives examples of Relay Server usage and the separation of concerns between different topics.
by Nick Polyak
This article provides simple examples of creating both client and server code for Google RPCs

All Articles

Sort by Score

RPC 

27 Feb 2023 by Nick Polyak
How to display Python plots within a C# program
24 Jan 2023 by Nick Polyak
This article provides simple examples of creating both client and server code for Google RPCs
28 Jan 2023 by Nick Polyak
The article gives examples of Relay Server usage and the separation of concerns between different topics.
9 Jan 2024 by Maxim Kartavenkov
On application layer you can start to look from the topic: COM+ Security Concepts - Win32 apps | Microsoft Learn[^] It starts from the basic description and go down to the implementation. Next thing you can look is the COM+ events: COM+ Events...
24 Oct 2018 by Member 14031710
I need to rpc from a windows 10 client to a linux (RHEL 7) server. I am very new to rpc (must be DCE RPC), so If you have a working example (hello world maybe?) that would be very helpful. I need somthing like this: Tutorial | Microsoft Docs[^] but from a windows client to linux server. What I...
24 Oct 2018 by Dave Kreskowiak
Cross-platform RPC isn't an easy thing to pull off. RPC is not standards based, and different platforms handle things in different ways that make them directly incompatible. That is, unless you put libraries between the client and server sides that handle the translation and communication for...
27 Jun 2021 by Member 15236803
I am using Nethereum to call a function called owner() in a BSC contract, which should return the contract owner's address, however when I use the CallAsync() method, I get an exception "No connection could be made because the target machine...
27 Jun 2021 by Richard Deeming
"No connection could be made because the target machine actively refused it" usually means there is a firewall blocking the connection between the two computers. Assuming you're using the correct IP address and port, that's not something you...
15 Sep 2021 by MrGlass3
I am trying to make the move from WCF to gRPC so that I can use .NET5. I am stuck unable to proceed because I need to have multiple programs (hosting gRPC servers) using the same port. In WCF it was fairly simple - you needed to have...
2 Jan 2024 by Member 15635207
Hello Folks, I have a COM server and Client. AFAIK, they communicate over RPC on different computers and LPC on the same computer system. Is there any way to secure this communication? i.e. verify client and server and then start communication?...
8 Sep 2019 by honey the codewitch
A walkthrough of building a JSON based transparent caching entity framework with branch reuse that intelligently minimizes the amount of server requests, against the use case scenario of accessing TMDb's API