WCF to WCF communication [modified]
-
Dear All, I am a newbie to WCF. I have already implemented .Net remoting to communicate between the 2 .Net Windows Services in .Net Framwork 2.0 I want to use WCF for the same now in another project using .Net Framework 3.5. Can any one guide or give me links related to article / sample for the same? Thanks a lot in advance.
Best Regards, M. J. Jaya Chitra
modified on Tuesday, March 24, 2009 7:37 AM
-
Dear All, I am a newbie to WCF. I have already implemented .Net remoting to communicate between the 2 .Net Windows Services in .Net Framwork 2.0 I want to use WCF for the same now in another project using .Net Framework 3.5. Can any one guide or give me links related to article / sample for the same? Thanks a lot in advance.
Best Regards, M. J. Jaya Chitra
modified on Tuesday, March 24, 2009 7:37 AM
If you're brand new to WCF one of the best intros is Michele Bustamante's online chapter 1 from her book Learning WCF[^]. She provides the source code as well. This is also available in PDF format.
Kevin