How many classes can a single .NET DLL contain?
Answers were Sorted based on User's Feedback
Answer / venkat
One or more than one class. depending upon the programmer
requirement.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / anjali
Question cann't be the solution for a question. Is there any description for this question
Is This Answer Correct ? | 3 Yes | 6 No |
Breifly explain about stack and heap memory Managemet?
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?
How to handle errors in Web API?
what is mean by framework?
What is boxing? How we can use it?
What is state management techniques in asp.net?
Difference Between GridView And DataList
How many modelpopup extender we frequire when we want more than one model popup on same page ?
What are sessions and cookies?
Explain difference between dataset and datareader?
Do gac'ed assemblies have fulltrust?
Why SessionID changes in every request in asp.net?