10 Differences Between WCF and ASP.NET Web Services




Here are the 10 important differences between WCF Services and ASP.NET Web Services:

10 Differences Between WCF and ASP.NET Web Services

For details: http://msdn.microsoft.com/en-us/library/aa738737.aspx

This entry was posted in ,. Bookmark the permalink.

13 Responses to 10 Differences Between WCF and ASP.NET Web Services

  1. Calabonga says:

    Good job! Thanks!

  2. deostroll says:

    Really? Cannot be multi-threaded?!

  3. Anonymous says:

    FWIW (and by far the most annoying to me)

    Right Side:
    The XmlSerializer and the attributes of the System.Xml.Serialization namespace are designed to allow you to map .NET Framework types to any valid type defined in XML Schema, and so they provide for very precise control over how a type is represented in XML.

    Left Side:
    The DataContractSerializer, DataContractAttribute and DataMemberAttribute provide very little control over how a type is represented in XML. You can only specify the namespaces and names used to represent the type and its fields or properties in the XML, and the sequence in which the fields and properties appear in the XML:

  4. Catto says:

    Hey Now CB,

    Nice 10 Differences!

    Thx 4 the info,
    Catto

  5. Anonymous says:

    Nice one...

  6. Anonymous says:

    OK OK

  7. Great post about difference between asp web services and wcf.

  8. Anonymous says:

    Nice article... Nicely written. Following link contains more differences between the two.
    http://www.csharptutorial.in/2012/01/cnet-difference-between-web-service-and.html

  9. Unknown says:

    very informative. Thanks.

    please have a look at this link also .. http://www.etechpulse.com/2012/09/all-about-web-service-aspnet.html

  10. Nicely explained , to understand tech people

Leave a Reply