At what point do you decide to use only your web client to use wcf in an enterprise app to persist data via business logic? Would this be overkill if ATM I only have one vps with everything, but later may have multiple servers?
WCF is good choice if you want to deploy code on multiple server or on same server. We have multiples bibding options in wcf to choose acc. to our need. so choose wcf not webservice.
Since wcf performance, secuirty is much more better and reliable than webservice.
.Net Professional & Cosultant
Blog: Dot Net TricksWindows Apps Please "Mark As Answer" if my suggestions helps you
QuantumInfor...
Member
199 Points
228 Posts
Wcf or not wcf
Jul 20, 2012 11:52 PM|LINK
pro.shailend...
Participant
1000 Points
189 Posts
Re: Wcf or not wcf
Jul 27, 2012 10:35 AM|LINK
WCF is good choice if you want to deploy code on multiple server or on same server. We have multiples bibding options in wcf to choose acc. to our need. so choose wcf not webservice.
Since wcf performance, secuirty is much more better and reliable than webservice.
Blog: Dot Net Tricks Windows Apps
Please "Mark As Answer" if my suggestions helps you
pradeep shar...
Contributor
3988 Points
760 Posts
Re: Wcf or not wcf
Jul 30, 2012 07:01 AM|LINK
WCF is good if your application is distributed