Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Peer Channel Official Protocol Documentation Link

Check it out here: http://msdn.microsoft.com/en-us/library/cc219453.aspx
Posted by peerchan | 1 Comments

New to WCF programming??

Check out Clemens Vasters' paper introducing WCF up on http://msdn2.microsoft.com/en-us/library/aa480190.aspx ... Also, some presentations and hands-on labs at http://www.dotnet-university.com/CourseMaterials.aspx -shalini.

Configuring Peer Channel: With/Without App.config

So now that we know what the NetPeerTcpBinding is how you can end up using Peer Channel in your standard WCF application, let's take a look at how to configure peer channel. We follow the standard WCF (.NET really) pattern of allowing configuration through

Getting started- A Fresh look at Peer Channel (NetPeerTcpBinding)

Allright, the general consensus amongst new adopters/potential customers seems to be, that our documentation on msdn seems to be not all that crystal-clear, especially for a new comer, to Peer Channel. And that uptil now, we have been targetting advanced

Limited Message Distribution: A Survey of Flavors

One our very, very most frequently asked questions about PeerChannel takes the following form: "I like the easy way in which I can send messages to everyone one in the mesh, but sometimes, I just want to send a message to [one person, my neighbor, a subset]
Posted by peerchan | 1 Comments

Modifying PeerChat to use Synchronization

We return to our favorite application, the Chat room. In this example, we want members who enter and leave the mesh to be able to catch up on what was said while they were gone, so all chat messages will be synchronized throughout the mesh. This will
Posted by peerchan | 2 Comments

PeerChannel and Synchronization

One of our most popular questions has centered around using synchronization with PeerChannel. Although PeerChannel does not include a synchronization layer in box, it is not overly difficult to develop your own synchronization layer on top. Although a
Posted by peerchan | 0 Comments

Custom Resolver FAQ: Registration Lifetimes and Refresh

As PeerChannel and the .NET Framework continue to gain traction and popularity, we are starting to receive a number of questions about how to use various parts of this exciting technology. Some of our most common questions center around the use of the

Extending the CustomPeerResolverService: LinearResolverService.cs

For background information on PeerChannel discovery mechanisms and options please refer to http://msdn2.microsoft.com/en-us/library/aa702771.aspx . By default, PeerChannel uses the Windows Peer Name Resolution Protocol (PNRP) for discovery of peers and

Whats new in Orcas for PeerChannel : Manual addressing options.

V1 of PeerChannel didnt have any support for manual addressing. In fact, the addressing headers are overwritten by the underlying TCP when the PeerChannel passed the message along to the transport. The way PeerChannel preserved the applications's addressing
Posted by peerchan | 0 Comments

How many channels can a mesh handle?

It is often asked how many different contracts can a mesh handle. How should one go about deciding howmany channels one can create in an application using the same mesh name. Brief answer is: there is no limit. It depends on the application design and
Posted by peerchan | 1 Comments

How/where to get the Peer channel samples?

We ship a total of 6 samples with the Windows SDK, that are included in the WindowsCommunicationFoundation samples zipped file. Download locations: 1. RTM Runtime: http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en
Posted by peerchan | 6 Comments
Filed under:

Note for Windows XP users: Pnrp v2 upgrade location

PNRP resolver-based applications running on XPSP2 with the P2P networking pack installed are running v1 of the PNRP protocol. It is advisable to upgrade to PNRP v2 which can be downloaded as an XP update from http://support.microsoft.com/default.aspx/kb/920342
Posted by peerchan | 5 Comments
Filed under:

Tip: Automatically deploying P2P (PNRP) components on XPSP2

Scenario : Setting up PNRP/P2P Networking components on XPSP2 Tip: There is a command line option of installing windows components that we sometimes use (Please note that this is a general way of installing windows components by command line and is not
Posted by peerchan | 1 Comments

Happy New Year with WCF RTM

Hi, This is old news now, but the Peer Channel team is happy to announce our RTM version, available as part of the .NET v3.0 WCF components download . Thanks for trying out our technology and for helping us improve through all these releases..As always
Posted by peerchan | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker