ASMX
? Web service class inheritance for ASMX is called Web Service
? In ASMX, Web service class attribute is called as Web Service Attribute.
? In ASMX, Web service method attribute is called as Web Method Attribute.
? In ASMX, Data class attribute is called as XmlRootAttribute
? In ASMX, Data class field attribute is called as XmlElementAttribute
? In ASMX, HTTP endpoint resource is called as .ASMX
? In ASMX, Serialization attribute is called as XMLSerializer attribute.
SVC
? There is no Web service class inheritance for SVC.
? In SVC, Web service class attribute is called as Service Contract Attribute.
? In SVC, Web service method attribute is called as Operation Contract Attribute.
? In SVC, Data class attribute is called as Data Contract Attribute.
? In SVC, Data class field attribute is called as Data Member Attribute.
? In SVC, HTTP endpoint resource is called as .SVC
? In SVC, Serialization attribute is called as Data Contract Serialize attribute.