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 does session_start () do?
What are the security types in asp.net?
How can you pass multiple complex types in Web API?
What's the ASP.Net Application life cycle?
Which method is used to perform all validation at the page level?
COM+ Used ________________ Isolation Level
Explain asp.net web forms.
Give a few examples of page life cycle events.
What is the advantage of using Windows authentication in a Web application?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is validation in asp.net?
Can you explain page lifecycle in net?
How do you deploy your asp.net application?
What is a session in asp.net?
What is the full meaning of asp.net?