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
Is sql backend or frontend?
Is there any alternative to avoid name collisions other then Namespaces?
What are Authentication and Authorization?
Why is the standalone environment only useful during the development process?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Difference between using directive vs using statement?
Why viewstate is used in asp.net?
What role “#&&” plays in a querysting?
What is difference between session and cookies in asp net?
What is the difference between GridView and Repeater controls in ASP.NET?
What are the Types of authentications in IIS
What are the different types of validation controls in asp.net?
Explain parts of assembly?
How do you hide the columns?
Why should i prefer JSP over asp.net or any other web development language..??