Hi,
One of the senior developers is proposing the following architecture for a big winforms application we are working on (the old VB6 version had 700 forms!!)
The application has 3 logical tiers, DAL (by LLBL), BL, and the WinUI
The proposal is to build each winform in its own project/dll. This means we will end up with almost 700 dlls for the project's forms.
The goal behind this architecture is to ease and speed development.
I would appreciate hearing any feedback for or against such a design?