How many classes( max) are allowed in an assembly? any one can clarify
it
Cor Ligthert [MVP] - 30 Aug 2006 11:36 GMT
Benaslin,
I think the same answer as Rolls Royce used in pased as answer how much
horsepower their cars had.
It is more than enough to fit under all normal circumstances.
:-)
Cor
> How many classes( max) are allowed in an assembly? any one can clarify
> it
Peter Bromberg [C# MVP] - 30 Aug 2006 12:53 GMT
How many do you want to put in there?
Cheers.

Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> How many classes( max) are allowed in an assembly? any one can clarify
> it
Mattias Sjögren - 30 Aug 2006 21:07 GMT
>How many classes( max) are allowed in an assembly?
There can be at most 2^24 (~16M) rows in any metadata table, so that's
one limiting factor.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.