How many classes can a single .NET DLL contain?

Answers were Sorted based on User's Feedback



How many classes can a single .NET DLL contain?..

Answer / venkat

One or more than one class. depending upon the programmer
requirement.

Is This Answer Correct ?    0 Yes 0 No

How many classes can a single .NET DLL contain?..

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

How many classes can a single .NET DLL contain?..

Answer / kirti

Unlimited.

Is This Answer Correct ?    0 Yes 0 No

How many classes can a single .NET DLL contain?..

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

Post New Answer

More ASP.NET Interview Questions

Breifly explain about stack and heap memory Managemet?

2 Answers  


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?

3 Answers  


How to handle errors in Web API?

0 Answers  


what is mean by framework?

3 Answers  


What is boxing? How we can use it?

4 Answers   Infosys, NIIT,






What is state management techniques in asp.net?

0 Answers  


Difference Between GridView And DataList

2 Answers  


How many modelpopup extender we frequire when we want more than one model popup on same page ?

3 Answers   TCS,


What are sessions and cookies?

0 Answers  


Explain difference between dataset and datareader?

0 Answers  


Do gac'ed assemblies have fulltrust?

0 Answers  


Why SessionID changes in every request in asp.net?

0 Answers   HCL,


Categories