简体   繁体   中英

Does too many projects in a solution slow down Visual Studio performance?

Would it be better to have 10 large projects in a solution or 100 smaller projects in a solution in terms of Visual Studio performance?

This is a hypothetical question where I'm disregarding dependency issues and over solution architecture.

This is dealing primarily with C# projects.

The choice of how many projects you will create depends on the architecture yo use, it don't affect the performance of VS. If you are working with services is a good practice to make many projects to desagregate the solution, and later be able to deploy them into different servers to emprove the performance of your application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM