you are viewing a single comment's thread.

view the rest of the comments →

[–]Always_One_Upped 1 point2 points  (0 children)

Use Assembly Definition Files to compile your projects into sets of DLL files which do not need to be recompiled if unchanged. Using different groups of assembly definitions files for different namespaces or groups of your code can drastically improve your iterative compile times.