WCF AJAX Service Without Configuration
| 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. | ![]() |
Related Posts:
No commentsWCF Features in .NET Framework 4.0
Introduction
WCF providing a way to define service contracts and to configure endpoint definitions using the declarative XAML in .NET Framework 4.0.
Consider the WCF service contract definition:
Related Posts:
No comments
