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 symbol would you use to denote, the start of a code block in aspx views?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is the significance of ASP.NET routing?
What is viewstate in asp net with example?
List the major built-in objects in asp.net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is difference between session and cookies in asp net?
Explain client-side scripting?
What is difference between session and cookie?
Explain the main differences between asp and asp.net?
Explain what is event bubbling?
Why web api is better than wcf?
Why asp.net is used?
How can we create custom controls in asp net?