What is the difference between WCF service and a simple Web service in developing using .NET Framework?
        Posted  
        
            by 
                Steve Johnson
            
        on Programmers
        
        See other posts from Programmers
        
            or by Steve Johnson
        
        
        
        Published on 2010-12-24T14:57:16Z
        Indexed on 
            2013/10/22
            4:07 UTC
        
        
        Read the original article
        Hit count: 472
        
My questions are:
What is the difference between WCF service and a simple Web service in .NET Framework?
What a WCF Service can do which a .NET Web service cant? In other words, what are the limitation of .NET Web services which were overcome in WCF services?
I understand that WCF are REST based and .NET web services are SOAP based. But I need to know more than that. How a developer will make a design decision whether to developer a Web service or a WCF service?
© Programmers or respective owner