Pages

Sunday, January 16, 2011

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

4 comments:

  1. Really? Cannot be multi-threaded?!

    ReplyDelete
  2. 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:

    ReplyDelete
  3. Hey Now CB,

    Nice 10 Differences!

    Thx 4 the info,
    Catto

    ReplyDelete