Anyone have experience porting a DCOM architecture to a .NET Remoting architecture? I am looking for the appropriate alternative to DCOM in .NET land, and it looks like .NET Remoting is the way to go.

Comments?