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 I need to create and run an asp.net application?
What is client side state management?
How many types of state management are there in asp net?
What is the use of execute non query in asp.net?
Explain Areas in MVC?
Define machine.config in .net?
What is server infrastructure?
Please brief not about xsd,xslt & xml?
Describe the application event handlers in ASP.NET?
What is a reflection?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Why web api is better than wcf?
What are directives in asp.net?
What is the base class from which web forms are inherited?
What's the difference between viewstate and sessionstate?