This post discusses how to develop Windows Communication Foundation (WCF) service using AJAX and without any configuration settings for WCF. This service can be consumed from Javascript. The service uses a special setting in .svc file which automatically enables an AJAX endpoint.
You can get the AJAX support for WCF through the ScriptManager control. 1. Create a WCF service project in VS 2010 The service contract code as follows 1:// Define a service contract. 2: [ServiceContract(Namespace =...
No comments yet, be the first one to post comment.