I’d like to keep my components/assemblies clearly separated from a source code point of view but I also need in some circumstances (probably not relevant to expand) to package them in the same dll.
Is it possible to package a number of .NET assemblies in a single dll? If so, How?
IF possible, do you think it is a good idea? Why?
Any help appreciated!
Check out this article : Merging .NET assemblies using ILMerge
.