I can understand that WCF is in general better than Remoting, but the two seem quite different to me. MS make this pretty picture to show how great WCF is (or perhaps how poor the other techs are to only check one box each): alt text http://i.msdn.microsoft.com/dynimg/IC371617.jpg
But, WCF is centered around SOA and I don't think it's correct to assume every networked application wants to expose services.
In my case I'm looking at ways to replicate objects between two instances of a server application on different PCs. WCF appears to just give a modern version of COM... get an object and call methods and it magically calls the version on the other PC. But Remoting appeared to do something quite different and I'm not clear why it was deprecated without being replaced with a similar technology.
So, do MS even claim Remoting is dead? Or do they still support it, acknowledging it has its place alongside WCF?