where we use WCF
-
Wednesday, February 28, 2007 5:28 AMany can tell me a practical scenario where we use WCF and how it is better than remoting and webservices
All Replies
-
Wednesday, February 28, 2007 5:45 AM
The list is endless but to name few of the places where it can be used is
business-to-business (B2B)
business-to-consumer (B2C),
Interoperability with other platforms and technologies
messaging for any kind of communication
Routing
and for all the kind of services that were earlier developed using ASMX, WSE, Web Services, MSMQ, and distributed stack. It also helps in creating the distributed application in a very easy manner that earlier would have involved the usage of two or more distributed technology. These custom solution were earlier not possible to develop in either web services or .NET Remoting. WCF facilitates in building these custom solutions. WCF provides a Uniform programming model to creating distributed applications and has been designed to support Service orientation. for more information, i would advice you to have a look on
http://msdn2.microsoft.com/en-us/library/aa480188.aspxhope it helps
regards
Nishith Pathak
MVP-Connected System Developer
Http://DotNetPathak.Blogspot.com -
Thursday, March 01, 2007 11:15 AM
Thanks, the link is very helpful -
Tuesday, June 10, 2008 7:33 PMThank you Nishith for nice information.
-
Wednesday, October 21, 2009 9:30 PMThanks for the information, i found it very helpful!
-
Wednesday, February 08, 2012 5:55 AMthanks

