Click here to Skip to main content
15,914,066 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How long has the evil hamsters error page been around Pin
OriginalGriff28-Jan-15 3:31
mveOriginalGriff28-Jan-15 3:31 
GeneralRe: How long has the evil hamsters error page been around Pin
Jeremy Falcon28-Jan-15 5:16
professionalJeremy Falcon28-Jan-15 5:16 
GeneralRe: How long has the evil hamsters error page been around Pin
Dan Neely29-Jan-15 3:13
Dan Neely29-Jan-15 3:13 
GeneralRe: How long has the evil hamsters error page been around Pin
OriginalGriff28-Jan-15 3:30
mveOriginalGriff28-Jan-15 3:30 
GeneralRe: How long has the evil hamsters error page been around Pin
megaadam28-Jan-15 3:32
professionalmegaadam28-Jan-15 3:32 
GeneralRe: How long has the evil hamsters error page been around Pin
Mike Hankey28-Jan-15 5:08
mveMike Hankey28-Jan-15 5:08 
GeneralUse of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 1:38
shrknt3528-Jan-15 1:38 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Dominic Burford28-Jan-15 2:21
professionalDominic Burford28-Jan-15 2:21 
We use TFS where I work, but I have to admit that I don't find it a particularly great tool. Having previously used Subversion, TFS (in terms of its source control features) is a bit weak.

TFS needs to be connected constantly to your network (as soon as you type into a source file it gets automatically checked out. If your network is down, you're stuck). Other tools such as Git and Subversion work in a disconnected manner. You are only ever connected to the repository when you actually check code in.

The merging features of TFS are not as intuitive either. In Subversion for example conflicted files are highlighted in red to draw your attention to them. In TFS this doesn't happen. It's much easier to make a mistake in TFS than in various other tools.

For builds there are tools such as CruiseControl.NET, TeamCity and Jenkins that do a better job than TFS too.

Unless you are a large, enterprise Microsoft house, then I'd explore other options. We're looking at ditching TFS and using Git / Github and TeamCity.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare

Home | LinkedIn | Google+ | Twitter

GeneralRe: Use of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 2:38
shrknt3528-Jan-15 2:38 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
  Forogar  28-Jan-15 3:45
professional  Forogar  28-Jan-15 3:45 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 3:46
shrknt3528-Jan-15 3:46 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Dominic Burford28-Jan-15 5:33
professionalDominic Burford28-Jan-15 5:33 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Ravi Bhavnani28-Jan-15 5:34
professionalRavi Bhavnani28-Jan-15 5:34 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Dominic Burford28-Jan-15 5:40
professionalDominic Burford28-Jan-15 5:40 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 5:59
shrknt3528-Jan-15 5:59 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Slacker00728-Jan-15 2:38
professionalSlacker00728-Jan-15 2:38 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
User 1013254628-Jan-15 2:54
User 1013254628-Jan-15 2:54 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Slacker00728-Jan-15 3:14
professionalSlacker00728-Jan-15 3:14 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 3:49
shrknt3528-Jan-15 3:49 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
Dominic Burford28-Jan-15 5:36
professionalDominic Burford28-Jan-15 5:36 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
User 1013254628-Jan-15 5:51
User 1013254628-Jan-15 5:51 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
agolddog29-Jan-15 3:53
agolddog29-Jan-15 3:53 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
PIEBALDconsult28-Jan-15 4:47
mvePIEBALDconsult28-Jan-15 4:47 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
shrknt3528-Jan-15 20:09
shrknt3528-Jan-15 20:09 
GeneralRe: Use of Team foundation server for Task Backlog. Pin
PIEBALDconsult29-Jan-15 13:03
mvePIEBALDconsult29-Jan-15 13:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.