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
What is Web API?
What is application in asp net?
What is application Object?
Explain the difference between asp and asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Explain the difference between sql invalidation and sql notification.
What is a query string in a url?
How do we ensure view state has not tampered?
Explain what are webservices?
What is the best Macanism to clear the Cache in asp.net
List the events in page life cycle.
How to create multi language website in asp.net mvc? : Asp.Net MVC
Which method is used to perform all validation at the page level?
What is routing in MVC?
How do I open an ashx file?