Here is a C# snippet of how to determine what domain your machine is a member of: using System.Net.NetworkInformation; ... string myDomain = IPGlobalProperties.GetIPGlobalProperties().DomainName; ...
Read More
(cross-posted to the main page of Team System Rocks!) Rob Caron on Visual Studio Team System Code Name "Rosario" August CTP VPC Instructions. Jeff Beehler on First Rosario CTP now available! and Initial feedback on Rosario starts flowing in. The VSTS
Read More