Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
hi,
Can replace my remoting project using WCF?
if yes then what precautions need to do for?
thanks,
Manisha
Posted

Yes. Assuming you're going to actually replace the remoting code with the WCF code, there are no special precautions. Google is your friend.
 
Share this answer
 
Yes, you can consume WCF services in your application, you can host the services in a number of ways (e.g hosted in IIS and consumed over HTTP, or hosted in a windows service and consumed via TCP)

My article Visual Application Launcher[^] demonstrates using WCF in a winforms application, hosted in IIS
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900