I want to develop a web service or WCF .net application for winforms application development. Which is best for winforms application web service or WCF and why? my application is client server application and the connection is persistent. I am confused that which one is best in this situation.
Share
WCF should be preferred, if not for its capabilities than at least for the fact it is more modern and will be supported longer. It also supports net.tcp connections which may work well for the scenario you mentioned (intranet suplex communication)/