I would like to learn Remote connection with my client.
Which is the best way for remote connection?
What should I learn?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows Communication Foundation: http://msdn.microsoft.com/en-us/library/ms731082.aspx
WCF has unified high level programming model. It contains different transport layers (optimized for inter-process communication on the same computer, LAN or Internet). Changing the transport layer doesn’t affect the program code. WCF is supposed to replace old communication technologies like .NET Remoting.