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 |
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?
What is runat?
What is state management techniques in asp.net?
What is the Global ASA(X) File?
What are the main differences between asp and asp.net?
what is CTS?
Is overloading possible in web services?
What is state management technique?
Can I read the hard disk serial # of the client computer using asp.net?
1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?
1 Answers CompuRx Infotech, Gemini, Gemini Communication,
What is boxing and how it is done internally?
How do you insert multiple rows from a grid view to database table under a single transaction?