N
n33470
Is there any guidance, or best practice, with respect to deciding how
to package classes into assemblies? I guess what I'm wondering is if
anyone has noticed a difference in application performance when the
same application is packaged between fewer large assemblies (with many
classes in each assembly) versus using more smaller assemblies (with
few classes in each assembly).
Is it possible to have an application that references too many
assemblies so that the performance of the app suffers? Is there any
guidance on deciding when to create a new assembly, versus keeping all
the code together?
Thanks!
--steve
to package classes into assemblies? I guess what I'm wondering is if
anyone has noticed a difference in application performance when the
same application is packaged between fewer large assemblies (with many
classes in each assembly) versus using more smaller assemblies (with
few classes in each assembly).
Is it possible to have an application that references too many
assemblies so that the performance of the app suffers? Is there any
guidance on deciding when to create a new assembly, versus keeping all
the code together?
Thanks!
--steve