Number of .Net Assemblies

 

Scott Hanselman, in a recent post - Assembly Fiefdoms: What's the Right Number of Assemblies/Libraries? does a nice write-up of the topic. There is one interesting edge case where the standard advice does not apply. 

For low bandwidth users of rich client applications downloading a few large assemblies for updates isn't an option. I'm not talking about your Aunt Millie who's still on a POTS line, but rather the villager or scientists working where running water and electricity are still luxuries. In this case, the ideal deployment configuration is one assembly per class, or more realistically one, assembly for each strongly connected component 

 

Organizing your development tree for such a deployment scenario would be a nightmare, so in this case what's needed is the reverse of IlMerge, ILDecompose.

My version is still in development, one of these days, when I get the time :) I'll look into open-sourcing it.

Published Wednesday, June 20, 2007 7:38 PM by Scott Weinstein

Comments

Thursday, June 21, 2007 12:13 PM by RoyOsherove

# re: Number of .Net Assemblies

I'm interested in how you created such a nice looking diagram. what tool are you using?

Roy.

Thursday, June 21, 2007 2:13 PM by Scott Weinstein

# re: Number of .Net Assemblies

Roy,

I just linked to the diagram at wikipedia

upload.wikimedia.org/.../Scc.png, but visio would be my first choice if I wanted to create my own.

Friday, August 29, 2008 4:56 PM by Jason Baldwin

# re: Number of .Net Assemblies

Yeah I would say visio...

Leave a Comment

(required) 
(required) 
(optional)
(required)