Single dll or mutli dlls? thanks.

  • Thread starter Thread starter davidw
  • Start date Start date
D

davidw

When I create a web application project, I will get one dll. I can put many
functionalities into one dll, or I can put them into several dlls, which way
is better? if I put them into one name space in one dll, would that affect
the performance? thanks.
 
That is an application architecure question that is impossible for
anyone to answer without detailed knowlege of the spec, the
environment, deployment scenario, etc.

-- Mary
MCW Technologies
http://www.mcwtech.com
 
I total agree w/ Mary. Dending on the code, i probably would be worried
less about performance and more on assembly security. Which are shared,
signed, those that expose controls etc...

Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top