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 cookies in your browser?
what is a .xap file? Explain with an example.
What is the importance of Global.asax in ASP.NET?
How can we implement a identity (sql server) call in an asp.net page?
What is a response cookie?
What is aspect-oriented programming?
What are the different web pages?
What is the difference between application state and caching?
What describes a query?
How can you debug your.net application?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the difference between runtime version and version?
What is mvc in asp.net interview question? : Asp.Net MVC
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
List of words of preprocessor in .net?