How many classes can a single .NET DLL contain?

Answers were Sorted based on User's Feedback



How many classes can a single .NET DLL contain?..

Answer / kakani

It can contain many classes.

Is This Answer Correct ?    18 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / muneesh

a single dll in .net can contain more than one class there
is no limiit because we are linking many classes in a single
project and at the time of hosting we can convert it into a
single dll

Is This Answer Correct ?    9 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / pathy

we can define as many classes as you wany

Is This Answer Correct ?    6 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / sandeep thakur

Multiple inheritance!

Is This Answer Correct ?    4 Yes 2 No

How many classes can a single .NET DLL contain?..

Answer / kavitha

There r abstraction encapslation inhertance

Is This Answer Correct ?    2 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / shankar chaurasia

.NET Assembly can contain (2^24-1) 16777215 classes. Because
If the class is identified in metadata table using a
metadata token then token is of four bytes. First byte is
for connection to the metadata table and remain 3 for
classes and the biggest number on 3 bytes is 2^24-1 or 16777215.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between and ActiveX dll and control?

2 Answers   Microsoft,


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


How do you perform validations?

3 Answers   Microsoft,


What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False"

12 Answers   Phoenix Technologies,


Explain about Application and Session Events ?

0 Answers  






What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


Why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


What are cookies in asp.net?

0 Answers  


what is satellite assembly in .net?

4 Answers   iSoft,


hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw to deploy 3 layers into 3 servers i do nt have much idea on deployment. can any one send me the tips or code if u hav kindly mail me.

1 Answers   Wipro,


What is the maximum amount of memory any single process on windows can address?

0 Answers  


Categories