What are multi-file assemblies used for???

B

Bob Rock

Hello,

I was wondering when multi-file assemblies may be useful.

With multi-file assemblies you may place inside the same assembly
netmodules coded in different languages and as a consequence code from
a module may obviously utilize private and internal classes defined in
other module (maybe even coded in different languages). Apart this I
personally see no other reasons to using multi-file assemblies.

Are there any other reason and situations where multi-file assemblies
have a sense???

May they come useful for application update purposes too??? Do they
allow like the updating of only the changed netmodules and of the
binary file containing the metadata???

BTW I find most annoying not being able to pull all netmodules inside
a single file (but then there would be no multi-file assemblies :)).
Being able to do so would really be wonderful.


Bob Rock
 
M

Mohamoss

Hi Bob!
Many it is used where your assembly is written with more than one language
. There is a tendency to make all assemblies one files assemblies with
next version of VS.

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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

Top