How to refactor large projects in visual studio

Posted by Aaron on Stack Overflow See other posts from Stack Overflow or by Aaron
Published on 2010-04-20T00:22:25Z Indexed on 2010/04/20 0:23 UTC
Read the original article Hit count: 593

Filed under:
|

I always run into a problem where my projects in Visual Studio (2008) become huge monstrosities and everything is generally thrown into a Web Application project. I know from checking out some open source stuff that they tend to have multiple projects within a solution, each with their own responsibilities.

Does anyone have any advice for how to refactor this out? What should be in a separate project vs. part of the web project? Can you point me to any reference materials on the subject, or is it just something you become accustomed to with time?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008