Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 875395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:15:43+00:00 2026-05-15T11:15:43+00:00

I see developers frequently developing against a solution containing all the projects (27) in

  • 0

I see developers frequently developing against a solution containing all the projects (27) in a system. This raises problems of build duration (5 minutes), performance of Visual Studio (such as intellisense latency), plus it doesn’t force developer’s to think about project dependencies (until they get a circular reference issue).

Is it a good idea to break down a solution like this into smaller solutions that are compilable and testable independent of the “mother” solution? Are there any potential pitfalls with this approach?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T11:15:44+00:00Added an answer on May 15, 2026 at 11:15 am

    Let me restate your questions:

    Is it a good idea to break down a solution like this into smaller solutions

    The MSDN article you linked makes a quite clear statement:

    Important Unless you have very good reasons to use a multi-solution model, you should avoid this and adopt either a single solution model, or in larger systems, a partitioned single solution model. These are simpler to work with and offer a number of significant advantages over the multi-solution model, which are discussed in the following sections.

    Moreover, the article recommends that you always have a single “master” solution file in your build process.

    Are there any potential pitfalls with this approach?

    You will have to deal with the following issues (which actually can be quite hard to do, same source as the above quote):

    The multi-solution model suffers from
    the following disadvantages:

    • You are forced to use file references when you need to reference
      an assembly generated by a project in
      a separate solution. These (unlike
      project references) do not
      automatically set up build
      dependencies. This means that you must
      address the issue of solution build
      order within the system build script.
      While this can be managed, it adds
      extra complexity to the build process.
    • You are also forced to reference a specific configuration build of a
      DLL (for example, the Release or Debug
      version). Project references
      automatically manage this and
      reference the currently active
      configuration in Visual Studio .NET.
    • When you work with single solutions, you can get the latest code
      (perhaps in other projects) developed
      by other team members to perform local
      integration testing. You can confirm
      that nothing breaks before you check
      your code back into VSS ready for the
      next system build. In a multi-solution
      system this is much harder to do,
      because you can test your solution
      against other solutions only by using
      the results of the previous system
      build.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 434k
  • Answers 434k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There are multiple settings that can affect the maximum file… May 15, 2026 at 3:11 pm
  • Editorial Team
    Editorial Team added an answer You could try this: http://www.generatedata.com/ I've been meaning to look… May 15, 2026 at 3:11 pm
  • Editorial Team
    Editorial Team added an answer You could create an anonymous Runnable class to call whatever… May 15, 2026 at 3:11 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.