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 are the security types in ASP/ASP.NET? Different Authentication modes?
Using code explain Configuration Management
What is the use of session?
Explain Areas in MVC?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Can we add code files of different languages in app_code folder?
Explain about the Class view window?
What is a multilingual website?
What is advantage of code behind coding in ASP.NET?
What is the difference between a default skin and a named skin?
How do you remove duplicates without using remove duplicate stage?
List the events in page life cycle.
What is recordset asp?