c# - .NET Outlook Add-in and WCF/Inter-process communication -


I need a tip / advice / recommendation.

I developed an Outlook add-in in C # I would like this add-in to communicate with any other application (let's call it client.axa).

The clients.Acca and add-ins will always be running on the same computer. Client.exe is an example example.

What would be the easiest / most convenient way to allow the add-in to communicate with the customer?
Will she be WCF?
Any good resource that you can recommend?

Thanks in advance!

Yes, WCF is probably the way to go. That old NET remoting is deprecated in favor of WCF, obviously the core docks are running.

The IPC can help in WCF .net 4.0. (IPC = Inter-Process Communication)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -