Please help about the design pattern.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cylix

    #1

    Please help about the design pattern.

    Please advise me the project struction with follow parts:

    1. a stand alone program
    2. a COM program integrated to MS WORD and OUTLOOK
    3. a stand alone program using MS Explorer

    These three parts retrieve the same database and get simular value.
    so, I introduce a class for retrieve data from database named
    getData.dll

    Should all these under a same solution with three(or four) projects?
    Or just let them be four solution?

    Thanks for advise.

  • Vadym Stetsyak

    #2
    Re: Please help about the design pattern.

    Hello, Cylix!

    C1. a stand alone program
    C2. a COM program integrated to MS WORD and OUTLOOK
    C3. a stand alone program using MS Explorer

    CThese three parts retrieve the same database and get simular value.
    Cso, I introduce a class for retrieve data from database named
    CgetData.dll

    CShould all these under a same solution with three(or four) projects?
    COr just let them be four solution?

    IMO it will be better to have all projects in one solution.

    Because, when you will have 4 solutions you will have to open
    4 VS to work with your projects instead of one.

    --
    Regards, Vadym Stetsyak
    www: http://vadmyst.blogspot.com

    Comment

    Working...