N
nick
I know this is a basic question and I realize fully exposing the beginners
nature of my DotNet experience.
Anyway, what dictates what will be contained in a DLL? When creating a
project, it will be compiled into a dll. A namespace can space over several
projects. Where does the "root namespace" fit into the picture? Can several
projects be compiled into 1 dll from the IDE?
I have started working on a project and need to get all this terminology
straight. I will be creating a usercontrol that currently sits in its own
projects. However, it consumes classes that currently sits in two other
projects and currently 3 dlls are produced. I would like to assemble into 1
dll. How should I go about doing this? Use the Assembly Linker (AL.EXE) or
should I put all source code in the same project?
What is best practice?
nature of my DotNet experience.
Anyway, what dictates what will be contained in a DLL? When creating a
project, it will be compiled into a dll. A namespace can space over several
projects. Where does the "root namespace" fit into the picture? Can several
projects be compiled into 1 dll from the IDE?
I have started working on a project and need to get all this terminology
straight. I will be creating a usercontrol that currently sits in its own
projects. However, it consumes classes that currently sits in two other
projects and currently 3 dlls are produced. I would like to assemble into 1
dll. How should I go about doing this? Use the Assembly Linker (AL.EXE) or
should I put all source code in the same project?
What is best practice?