简体   繁体   中英

ASP.Net web Projects designing

I have few questions related to asp .net development. can anyone answer my questions and help me.

how many projects does visual studio support? currently, we are have 60 projects including all library projects? is it good to continuously add projects to the single solution? does this effect anything?

I'm not aware that you have a hard limit to the amount of projects. Might be just a question of computer resources (memory to handle such a big solution and related activities?). Not certain about this though since haven't found authorative references

In any case this amount of projects indicates a poor design of the solution. It's really hard to work with such a big structure, we could consider this an anti-pattern.

I recommend you to spend some time with your team to apply some refactoring:

  • Do you have "commom" projects that you can build and just reference dll?
  • Can you group projects together?
  • Can you group independent projects into a separated solution? Maybe you have a console application and a web application in the same solution and they have compontent used by only one of them.

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