We are working on a big portal that developed in SharePoint 2007 ..
We put custom code in Dlls .. some suggest to put all code for many components into one single dll instead of one dll for each component ..
My opinion is to put each component into a separate dll to affect memory in a good way ..
So, which is the better really .. to put all components into one single dll or have one dll for each component ?