web analytics

Category Tech Notes

The best way to hit WCF from JS, anywhere

Those who have used the <ScriptManager> tag in an ASP.NET application know it to be one of ASP’s stronger features.  Using ServiceManager to generate AJAX code allows you to hit a WCF endpoint with minimal effort, and avoid nasty serialization…