This question (topic) about how and where developers install software (focused on servers) on developer machine.
What is your setup?
I preferred following setup.
- IDE install on host system
- Server software (IIS, MSSQL, Apache, etc install into virtual machine)
This setup have two reasons
- I can have same configuration like production server.
- If I don't developing I just turn off virtuals and they don't slowing my OS.
