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
How will you maintain versioning in asp.net 2.0?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Where session id is stored?
How many ways are there to maintain a state in .net? What is view state?
Using code explain Configuration Management
What is the difference between “Web.config” and “Machine.Config”?
What is Web Server Control Templates.?
What are client activated objects and server activated objects?
What is query string? What are its advantages and limitations?
What is redirecting behavior?
How do you sign out from forms authentication?
What are app services?
Explain the significance of routing? : asp.net mvc
What are the namespaces used in asp.net mvc? : asp.net mvc
Explain what is the procedure to create the environment for asp.net? : asp.net mvc