why is there no interface file with silverlight enabled wcf services

Posted by Ralph Shillington on Stack Overflow See other posts from Stack Overflow or by Ralph Shillington
Published on 2010-05-25T13:44:30Z Indexed on 2010/05/25 13:51 UTC
Read the original article Hit count: 832

Using Visual Studio 2010 when creating a wcf service the template creates a class file, svc endpoint and an interface file. Why is it that when adding a silverlight-enabled wcf service they don't follow this pattern. As discussed here this seems like a bad idea.

After adding the silverlight-enabled service, should one go back and incorporate the interface as discussed in the referenced article. If so, then would it not be as simple to start with a simple WCF service, bypassing the whole "silverlight-enabled" bits altogether.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight