Damien Pinauldt has found a nice tip a fex days ago. This is just a configuration tip but can be usefull when dealing with big projects.
By default, when hitting "F5" in Visual Studio, it will builds the entire solution before launching the startup project (meaning it may build non necessary projects that may slow down the launching time). How to correct this ? Just ask VS to build only what it needs !
And here it is !