Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I know this is old, but I just wanted to add my 2 cents. </p> <p>I would highly recommend using WCF; and use the WCF Service Library project over the Silverlight-enabled web service. They are both essentially the same, but the Silverlight-enabled web service changes the binding to basic instead of ws*. It also adds an asp.net compatibility mode attribute.</p> <hr> <ul> <li><p>WCF is <em>usually</em> faster: See "A Performance Comparison of Windows Communication Foundation (WCF) with Existing Distributed Communication Technologies" @ <a href="http://msdn.microsoft.com/en-us/library/bb310550.aspx" rel="noreferrer">http://msdn.microsoft.com/en-us/library/bb310550.aspx</a></p></li> <li><p>WCF encapsulates asmx, wse, msmq, enterprise services, and remoting. </p></li> <li><p>WCF services can be included and run within iis, windows forms, etc.</p></li> <li><p>WCF isn't restricted to using HTTP, but with minimal configuration can also use tcp, named pipes etc.</p></li> <li><p>complex data types are easier to expose and serialize.</p></li> <li><p>WCF just scales really well. Plus, they can be used to incorporate workflows from WF.</p></li> </ul> <hr> <p>There's probably not a wrong technology to use, but it seems as if Microsoft is going to be moving forward with WCF. Plus, it's just so much easier to write one code base that can be exposed so many different ways with just a few configuration changes to the WCF service. </p> <p>I recommend not using the Silverlight-enabled web service, just because the programming structure is set up a little better with the WCF model, but this is probably a matter of opinion.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload