473,386 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

When to use multiple projects in a solution?

I''m looking for some advice or experience from others before proceeding
with a very large VB.NET project. The project will be a suite of modules
(like accounts receiveable, payable, client master, appointment scheduling,
etc).

Each module will need to launch certain forms in the other module's
inventory of forms. It would be cleaner to assign each module to different
developer(s) as separate projects. But, because of the tight integration
needed, separate projects may limit the ability to launch forms from another
module. Am I correct in the last assumption, or not?

Any advice on how to architect this suite of modules?

Thanks,
Dean Slindee

Nov 20 '05 #1
2 1128
Dean:

Dean Slindee" <sl*****@mindspring.com> wrote in message
news:eo**************@TK2MSFTNGP09.phx.gbl...
I''m looking for some advice or experience from others before proceeding
with a very large VB.NET project. The project will be a suite of modules
(like accounts receiveable, payable, client master, appointment scheduling, etc).

Each module will need to launch certain forms in the other module's
inventory of forms. It would be cleaner to assign each module to different developer(s) as separate projects. But, because of the tight integration
needed, separate projects may limit the ability to launch forms from another module. Am I correct in the last assumption, or not?

Any advice on how to architect this suite of modules?

Thanks,
Dean Slindee


What is the alternative you are comparing against? In general, I think this
is a pretty common situation and breaking it into modules is defintiely a
more maintainable way to do it and as long as everyone distributes the
newest changes frequently (or checks things back into Source Control
Regularly), you shouldn't have a problem. Either way though you'd need to
have people distribute and update things frequently whether you had one
project in a solutino or 500.

One word of advice though...if you are going to have a bunch of people
working on different modules, make SURE that they complete and check in
their unit tests regularly and due smoke-test builds regularly. You don't
want to get moving thinking things work, only to find that there was a bug
that needs changed and fixing it is going to break a bunch of other logic.
And in my experience, if you don't use Unit Tests or you let them get old,
you won't be able to do this correctly because it will be moved to the back
burner. That's when things start getting really stressful.

Nov 20 '05 #2
Dean

Your best bet it to create all forms via a central mechanism otherwise you
are going to have a lot of dependencies that will be nasty to manage
long-term.

A solution I designed puts the information about which assembly a form is
into the database, this can be mantained via a design-tool if someone moves
a form between assemblies etc. Then, in the code you use a formcode to
request the relevant form and the form is created via reflection.

Once feature I like is that in complex apps yo sometimes need a different
form depending on the role of the person performing the task - this removes
the security problem from the caller and centralises it.

Paul

"Dean Slindee" <sl*****@mindspring.com> wrote in message
news:eo**************@TK2MSFTNGP09.phx.gbl...
I''m looking for some advice or experience from others before proceeding
with a very large VB.NET project. The project will be a suite of modules
(like accounts receiveable, payable, client master, appointment scheduling, etc).

Each module will need to launch certain forms in the other module's
inventory of forms. It would be cleaner to assign each module to different developer(s) as separate projects. But, because of the tight integration
needed, separate projects may limit the ability to launch forms from another module. Am I correct in the last assumption, or not?

Any advice on how to architect this suite of modules?

Thanks,
Dean Slindee

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Derrick | last post by:
Long story short: I've been working on a project which includes both designtime and runtime components, for both the PC and Pocket PC. While testing, I've been having problems with Visual Studio...
2
by: Mark | last post by:
Is there a realistic way for some developers on our team to work with multiple projects in a single solution under VSS source control, and have other developers only working with a single project...
2
by: Ed_P. | last post by:
Hello, Up to this point, I've been using C# to create simple applications that only use on Project to store Windows Forms and other Files. The project has been complied into an EXE. The exe file...
7
by: Jon via DotNetMonster.com | last post by:
Hi all I'm creating a Contact Management System. I have added one console project and various window projects (for the user interfaces) to the solution. I've added these as obviously there will...
2
by: TaeHo Yoo | last post by:
Hi all, I have a solution which contains multiple projects. Those multiple projects should share the same session. For example, users login, create the session for users then these session...
1
by: David L?pez | last post by:
Hi, I'm designing a new website and I'm starting to think about code organization. Until now I've worked in projects that had one solution and one project for the whole website. The question is...
0
by: Andy G | last post by:
I'm reading contradicting statements from Microsoft. This is very confusing and I am having a hell of a time with running multiple projects within one solution. From: Team Development with...
9
by: TC | last post by:
I need to design a system which represents multiple "projects" in SQL Server. Each project has the same data model, but is independent of all others. My inclination is to use one database to store...
0
by: Jonas | last post by:
I'm migrating one of our systems from .NET 1.1 and VS2003 to .NET 2.0 and VS2005 and ran in to trouble we are using multiple solutions. To clarify the problem, say we have three projects:...
9
by: GaryDean | last post by:
I know this is a vs issue but nobody seems to answer posts over there... In VS 2008 I can't seem to get a multiple project solution. If I create a blank solution and add a project to it, it...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.