How many classes can a single .NET DLL contain?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the Order of events in an asp.net page?

606


What does occur first in ASP.Net, Authentication or Authorization?

563


Explain file-based dependency and key-based dependency.

573


If you want to write your own dot net language, what steps you will you take care?

520


What is asp according to you?

530






Explain what are delegates?

580


What is the difference between web.config and machine.config in ASP.NET?

600


Can you change a master page dynamically at runtime? How?

501


Explain client side state management system.

568


What is the difference between globalization and localization?

489


What is difference between datalist and gridview?

579


When does a session actually start?

572


How do we assign page-specific attributes?

619


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

645


Explain the server control events of asp.net ?

541