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 / venkat

One or more than one class. depending upon the programmer
requirement.

Is This Answer Correct ?    0 Yes 0 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

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

Answer / kirti

Unlimited.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / anjali

Question cann't be the solution for a question. Is there any description for this question

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


What is runat?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


What is the Global ASA(X) File?

2 Answers  


What are the main differences between asp and asp.net?

0 Answers  


what is CTS?

3 Answers   PrimeLine,


Is overloading possible in web services?

2 Answers   Microsoft,


What is state management technique?

0 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


What is boxing and how it is done internally?

1 Answers   Microsoft,


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


Categories