c# - What methods exist for local remote procedure call? -


i working on 2 separate c# applications, , i'm trying determine best way create remote procedure call 1 app other. webservices not necessary in case because applications run on same machine (windows os). types of rpc available in c# , .net can use?

i recommend wcf netnamedpipebinding interprocess communication. here's example.

there's remoting has been around since .net 1.0 becoming obsolete in favor of wcf.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -