B
bill
I am migrating a VB6 webclass (IIS application) to a dotNet webforms
project.
There are dozens of designers, class modules, and code modules in this
webclass project, which I will move into VB.NET or CS.NET classes to be
referenced from the web forms project.
I am trying to decide whether to pack all the logic into a single
assembly/dll with numerous classes, or use numerous assemblies with some
classes in each. I guess the answer is somewhere in between, but I don't
want to be arbitrary about it.
There are also dozens of screens in this webclass project, each with an html
template. When designing a web forms project, is it typical to utilize one
web form with many user controls being hidden and moved, or use a number of
web forms to create the interface?
My question is whether there is any conventional wisdom in making these
determinations, and if there are any good, concise references to provide
guidance.
The books and documentation I've read describe how to build the
functionality, but I haven't found much on actually designing the structure
of the whole project.
Thanks
Bill
project.
There are dozens of designers, class modules, and code modules in this
webclass project, which I will move into VB.NET or CS.NET classes to be
referenced from the web forms project.
I am trying to decide whether to pack all the logic into a single
assembly/dll with numerous classes, or use numerous assemblies with some
classes in each. I guess the answer is somewhere in between, but I don't
want to be arbitrary about it.
There are also dozens of screens in this webclass project, each with an html
template. When designing a web forms project, is it typical to utilize one
web form with many user controls being hidden and moved, or use a number of
web forms to create the interface?
My question is whether there is any conventional wisdom in making these
determinations, and if there are any good, concise references to provide
guidance.
The books and documentation I've read describe how to build the
functionality, but I haven't found much on actually designing the structure
of the whole project.
Thanks
Bill