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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -