Connecting Tech Pros Worldwide Help | Site Map

What are multi-file assemblies used for???

Bob Rock
Guest
 
Posts: n/a
#1: Nov 16 '05
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
Mohamoss
Guest
 
Posts: n/a
#2: Nov 16 '05

re: What are multi-file assemblies used for???


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

Closed Thread


Similar C# / C Sharp bytes