Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Browse by Tags

All Tags » TFS (RSS)
Login dialog when using the Team Foundation Server API
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...
Posted: Feb 06 2009, 04:22 PM by Suresh Behera | with no comments
Filed under: ,
What is workspace in TFS ?
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...
Posted: Feb 04 2009, 06:34 PM by Suresh Behera | with no comments
Filed under: ,
TFS Basic programming Step.
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...
Posted: Feb 04 2009, 06:16 PM by Suresh Behera | with 1 comment(s)
Filed under: ,
More Posts