Go through the following blogs and you will get a better idea of whats happening:
On the road to Indigo - Is .NET Remoting Dead?
http://blogs.msdn.com/richardt/archive/2004/03/05/84771.aspx
Shhh... Don't Tell Anyone but I am using .NET Remoting Series:
Part I
http://blogs.msdn.com/mattavis/archive/2004/09/24/233726.aspx
Part II
http://blogs.msdn.com/mattavis/archive/2005/02/04/367493.aspx
Part III
http://blogs.msdn.com/mattavis/archive/2005/02/07/368680.aspx
Regards,
Vikram
Thanks so much for the info. Do you know if Indigo will be available for the Compact Framework as well? That would be sweet!
--Adam
Indigo will not be available on the Compact Framework when it first ships. The Compact Framework will support Indigo client functionality in a future release, but the feature set is not yet determined by Microsoft.
Regards,
Vikram
I'm in Manhattan, singing of course, and having a wonderful time. Been here since I finished college- have been to Europe singing- am hopefully heading to Asia for 6 months, and have been in the recording studio.
My hope is that you are well and that life has blessed you.
Feel free to give me a ring or drop me a line at tonidolce@hotmail.com/ 646.734.6852 -
All my best,
Toni
I have also heard horror stories of poor performance or major memory leaks when passing certain data related objects over remoting channels.
I personally am extremely hesitant to use remoting technologies in place of situations where we currently use Web services but would like to be able to leverage the power of remoting due to alot of the horror stories that I have heard.
Perhaps if MS spent 1/20th the time and resources that they spent on web services which overall are extremely simple as all they facilitate is the transfer of data while Remoting which is alot more complex and imho should receive much more time, resources and developer attention then perhaps people would not be left with such a negative impression on .NET Remoting.