.Net Remoting in UWP

Apr 23 2018 9:40 AM

How to work with the .Net Remoting concepts in UWP. I found an article which has quoted the below text.

This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development. Distributed applications should now be developed using the Windows Communication Foundation (WCF).

https://msdn.microsoft.com/en-us/library/2e7z38xb(v=vs.100).aspx

Do we have any alternate to achieve the .Net Remoting Concept in UWP?