C
Cindy Lee
I'm sort of new to WCF and I was wondering the difference between Ajax
Enabled WCF service and regular WCF?
You're adding, and don't have an interface class. When do you want to
use each one?
What do the following lines give you below, vs a regular WCF service?
[ServiceContract(Namespace = "")]
[AspNetCompatibilityRequirements(RequirementsMode =
AspNetCompatibilityRequirementsMode.Allowed)]
Enabled WCF service and regular WCF?
You're adding, and don't have an interface class. When do you want to
use each one?
What do the following lines give you below, vs a regular WCF service?
[ServiceContract(Namespace = "")]
[AspNetCompatibilityRequirements(RequirementsMode =
AspNetCompatibilityRequirementsMode.Allowed)]