Browse by Tags
All Tags »
TFS (
RSS)
nwc = new NetworkCredential(tfsuid, TFSPass, TFSDomain); tfs = new TeamFoundationServer(TFSServerUrl, new UICredentialsProvider()); tfs.EnsureAuthenticated(); EnsureAuthenticated does not work for web,You need to have customize dialog box to accept uid...
Well i have been using tfs since few months surprisingly got question like “What is Workspace in tsf ?” asked few of colleague to get their view who all are in tfs zone since long period got different answer like and checked on Google see what it...
I was looking at some tfs programming c# and was confused what is the basic step to connect or check in checkout. here is the basic step // Connect to TFS Source Control // Create a Workspace // Get Files // Create a New Directory/File // Append Files...
More Posts