Search Results

1
vote

Consume WCF with JavaScript but keep it generic enough for all clients?

First, since you don't want to depend on Microsoft Ajax ScriptManager, don't use <enableWebScript /> in the endpointBehaviors/behavior. It is Microsoft-specific JSON. Fortunately, how …