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 -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -