Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>C'mon, it's 2010... make it a WCF app already. </p> <p>And to answer your "performance" concern check out the thread <a href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/5736b856-bd90-4fd1-968f-5aea90f42fbb/" rel="nofollow">Performance WCF vs .NET remoting</a></p> <p>Full comparison between WCF and other previous communication technologies <a href="http://msdn.microsoft.com/en-us/library/bb310550.aspx" rel="nofollow">HERE</a> </p> <p>You are going to save yourself from some headaches and hear-pulling scenarios by going WCF. It's a safe bet and let me assure you, you'll not regret it.</p> <p>Quoting Saurabh Gupta (WCF PM at MS): </p> <blockquote> <p>When migrating distributed applications written with ASP.NET Web Services, WSE, .NET Enterprise Services and .NET Remoting to WCF, the performance is at least comparable to the other existing Microsoft distributed communication technologies. In most cases, the performance is significantly better for WCF over the other existing technologies. Another important characteristic of WCF is that the throughput performance is inherently scalable from a uni processor to quad processor.</p> <p>To summarize the results, WCF is 25%—50% faster than ASP.NET Web Services, and approximately 25% faster than .NET Remoting. Comparison with .NET Enterprise Service is load dependant, as in one case WCF is nearly 100% faster but in another scenario it is nearly 25% slower. For WSE 2.0/3.0 implementations, migrating them to WCF will obviously provide the most significant performance gains of almost 4x.</p> </blockquote>
    singulars
    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.
 

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