sharepoint 2007 - Which is better one DLL for all or many DLLs? -


We are working on a large portal developed in SharePoint 2007 ..

We put custom code DLS has given some suggestions that all the code for all the components should be put in a single DLL instead of a DLL for each component.

I think that each component is separate, To be put in separate DLL so that memory can be effectively affected ..

So, which is really better .. Also have to put components in a single DLL or a DLL for each component?

You must create separate assemblies for any reusable code. If you are not planning to reuse your code then the code should be better placed in a assembly because this performance increases.

You should also check the following two threads

< P>


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -