3
Shouts

WCF AJAX Service Without Configuration | TechBubbles

posted by kalyanms1kalyanms1 735 days, 5 hours, 47 minutes ago
Sunday, May 15, 2011 8:57:52 AM GMT

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 =...

category: Web Dev | clicked: 0 | | source: www.techbubbles.com | show counter code
tags: WCF

No comments yet, be the first one to post comment.

To post your comment please login or signup