Microsoft has released the March CTP of .NET 3.5 (a.k.a Orcas) and there are many new networking features. Last year as I was doing the research for my book especially on the P2P implementation in WCF it was quite obvious that while that was an excellent start using PeerChannel, there was a lot left to me done (in managed code). This new CTP drop fixes that!
Over the last few months, I have been in touch with some of the guys on the P2P and the System.Net team and I have been very excited seeing what is coming out the door. In addition to improving socket perf. by 70% there is are new managed API’s now for PNRP, People Near Me, managing your mesh, etc. There is also support for URI’s with international characters. All this available in a new namespace – System.Net.PeerToPeer.
You can download the VPC with the SDK; unfortunately only the bits are not available at this point – the only way you can get this is via the VPC.
My only issue is I don’t like this new way from MS of distributing bits – why do I need to download so many gigs just to get a SDK or runtime? I usually have a dedicated playground where I can run most of the stuff natively and do not need the overhead of a VM.
Given VMWare is so much better, I wonder if this Is just one way to push VPC in the market? 

Similar posts to check out:
- May 19, 2012 -- Metro Apps in C++ anyone? (0)
In Visual Studio “11” when I try and create a new C++ Metro app using the built-in template, I get the following error: “Can’t find localized resources”. I wonder if anyone else has managed to get around this? I am running the Consumer Preview Build of Win 8 (Build 8250). ... - April 25, 2012 -- SkyDrive, Windows 8 and Domain Account (0)
I am running Windows 8 on my primary work machine now, which is domain joined. When I try and use the SkyDrive metro app (which ships with Windows 8), it does not like that fact I am domain joined and wants me to switch accounts, which is something I don’t want to do. This of course works great for those who are not domain joined and essentially are personal machines. For many of us who will be using this on ‘work’ machines, this seems like we will be ignored. Of course I can install the deskt... - March 6, 2012 -- Enabling Win 8 Metro on a Netbook (0)
When you install Win 8 on a Netbook the screen resolution would be too low for Metro apps to run which is a bummer. One way to get around this and “fix” this is to update the registry (and you thought that was so XP!) :). Run Regedit and search for “display1_downscalingsupported” (without quotes). Find all occurrences of this entry and change its value from 0 to 1. Reboot when finished and you should have more options on your Screen Resolution choosing which will allow you to run Metro. :) ...
Tags: .microsoft