Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What kind of machine do we need for C# developer [closed]

I need to know what kind of machine is the best for a C# developer with Visual Studio 2008 software. We have a solution with 30 - 40 projects, and every time we build the solution it takes about 2 minutes.

So if a developer builds this application 20 - 30 times a day, we have a lot of waiting time.

Is it the hard drive we need to optimize, CPU or memory? We absolutely need to decrease the build time.

What kind of setup do big companies use for their developers?

Is Visual Studio 2010 make a difference on Visual Studio 2008 on the build time ?

Can people can tell me the real specification needed.

  • Best Motherboard setting
  • Best Memory setting
  • Best SSD setting
  • Best CPU
  • Brand of each component

I would really want people give me the best match with each component. We gone purchase new machine to get more test and renew the developper PC, so before purchase new component i yould like to get opinions.

like image 773
Cédric Boivin Avatar asked Oct 06 '10 14:10

Cédric Boivin


People also ask

Which tool is used for C programming?

C Programming Language Development ToolsProfiler Tool. Smart Differencer. Obfuscator. Formatter.

Is C programming easy?

C is a general-purpose language that most programmers learn before moving on to more complex languages. From Unix and Windows to Tic Tac Toe and Photoshop, several of the most commonly used applications today have been built on C. It is easy to learn because: A simple syntax with only 32 keywords.


1 Answers

The biggest change I've found is to switch to an SSD hard disk. As well as cutting the startup time to a few seconds, this cuts the build time by ~50% for me.

like image 53
thecoop Avatar answered Sep 21 '22 17:09

thecoop