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
Explain the difference between server control and html control.
What is advantage of code behind coding in ASP.NET?
What are the steps to follow to host a web application on a web server?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain how can we inherit a static member?
Is asp.net easy to learn?
What is & in a url?
Which is faster viewdata or viewbag?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
In order to get assembly info which namespace we should import?
Explain State management in asp.net
Explain the steps needed to be performed in order to create an animation in xaml?
Why do we use asp.net?
What are html helpers in asp.net?
What parameters can you pass in the url of the api?