Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Sounds like a good case for WCF using netTcpBinding in an intranet environment! :-)</p> <p>Check out these intros to WCF:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/ee354180.aspx" rel="nofollow noreferrer">Getting started with WCF</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/ee391658.aspx" rel="nofollow noreferrer">WCF Templates and Tools</a></li> <li><a href="http://msdn.microsoft.com/en-us/netframework/aa663324.aspx" rel="nofollow noreferrer">WCF Developer Center</a></li> <li><a href="http://msdn.microsoft.com/en-us/netframework/wcf-getting-started.aspx" rel="nofollow noreferrer">WCF Getting Started</a> - Videos, Screencasts, Whitepapers</li> </ul> <p>There's an especially good <a href="http://msdn.microsoft.com/en-us/netframework/wcf-screencasts.aspx" rel="nofollow noreferrer">series of screencasts</a> with Aaron Skonnard (also available from the WCF Getting Started section) which explains step by step and in easy portions how to get up and running with your first adventures in WCF! :-)</p> <p>Also, WCF does offer specific support for peer-to-peer networking, e.g. discovery and establishing communications between sibling nodes - see some articles on that topic here:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/cc297274.aspx" rel="nofollow noreferrer">Peer-to-Peer Programming with WCF</a></li> <li><a href="http://team.interknowlogy.com/blogs/paulrohde/archive/2009/08/05/building-a-really-simple-wcf-p2p-application.aspx" rel="nofollow noreferrer">Building a really simple WCF P2P application</a></li> <li><a href="http://mstecharchitect.blogspot.com/2009/01/peer-2-peer-using-wcf-netpeertcpbinding.html" rel="nofollow noreferrer">Peer-to-peer using WCF's netPeerTcpBinding</a></li> <li><a href="http://www.softinsight.com/downloads/INETA/ConnectSmartClientsWithWCF_Feb06.pdf" rel="nofollow noreferrer">Connect Smart Client Applications with WCF (PDF)</a></li> </ul> <p>Compared to a "hand-crafted" solution based on sockets, WCF gives you a lot of ready-made plumbing code which you don't have to worry about - security, reliability, message encryption, transaction support, and much more. Why do that all yourself, if you can just use it ready-made?</p> <p>Marc</p>
    singulars
    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.
    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