I have two WPF applications, I need these two applications to be able to communicate with each other. I just need these apps to send some notifications to each other and nothing more. I also found two methods, one using WCF and the other using DDE. But for me it seems too complicated for my requirement. Please suggest what is the easiest way to do this? What other options do I have?
If they are on the same network (otherwise you will need to transfer the port you are using), you can make a TCP connection between them, and they need a TCPlistener and a TCP client. It's easy to do: here's a little tutorial
Source: https://habr.com/ru/post/1432232/More articles:How to export HCRYPTKEY or PRIVATEKEYBLOB to a PFX file - certificateDateEdit show timing - c #Break a vector randomly into two sets - randomQt scroll event detection - qtShort syntax for a call function, if defined - functionIs this possible with regex? - regexAssembly.Load performance impact - performanceXcode Organizer Failed to Display Correct Package Display Name - iosError importing SDK to Facebook after successful import - javaRemove permissions from a Windows folder - c #All Articles