.Net: Difference Between WCF Service and Silverlight-Enabled WCF Service

The following are the differences between a regular WCF Service and a Silverlight-Enabled WCF Service.

WCF Services

  • Utilize the ‘wsHttpBinding’ as their default binding
  • Are generated with an Interface

Silverlight-Enabled WCF Services

  • Utilize ‘basicHttpBinding’ as their default binding
  • have no interface generated when they are created
  • have the following added to the class

    • [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
  • the following element is added to the

Published by

Unknown's avatar

Tim Clark

Experienced Business Owner, Chief Information Officer, Vice President, Chief Software Architect, Application Architect, Project Manager, Software Developer, Senior Web Developer, Graphic Designer & 3D Modeler, University Instructor, University Program Chair, Academic Director. Specialties: Ruby, Ruby on Rails, JavaScript, JQuery, AJAX, Node.js, React.js, Angular.js, MySQL, PostgreSQL, MongoDB, SQL Server, Responsive Design, HTML5, XHTML, CSS3, C#, ASP.net, Project Management, System Design/Architecture, Web Design, Web Development, Adobe CS6 (Photoshop, Illustrator)

2 thoughts on “.Net: Difference Between WCF Service and Silverlight-Enabled WCF Service

Leave a reply to Prashant Cancel reply