8.24.2012

Differences between a regular WCF Services and a Silverlight-Enabled WCF Services

Differences between a regular WCF Services and a Silverlight-Enabled WCF Services
S.No
WCF Service
Silverlight-Enabled WCF Service
1
Utilizes the ‘wsHttpBinding’ as its default binding
Utilizes ‘basicHttpBinding’ as its default binding
2
Are generated with an Interface
Have no interface generated when they are created and the following is added to the class
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
the following element is added to the

1 comment: