Solution Organization

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

    #1

    Solution Organization

    Are there any large scale / complex examples of namespace organization
    available for review? I am architecting a project that is a bit outside my
    scope of experience and I am looking for some help.

    I have 3 main THINGS
    1. Security
    - BLL
    - Database
    - UnitTests

    2. Remote App
    - Web UI #1
    - Web UI #2
    - Web UI #3
    - Win UI #1
    - Database
    - BLL
    - UnitTests

    3. Internal App
    - Database
    - Win UI with Plugable modules
    - BLL
    - UnitTests

    * Plus a Library of common code

    Any DLL I can use reflector on would be GREAT. Any Open Source projects that
    I can check out would be cool too.

    Thanks
Working...