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

What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


What is a global postback url?

0 Answers  


What are sql joins?

0 Answers  


What are the types of authentication in asp.net?

0 Answers  


What is the concept of postback in asp.net?

0 Answers  






How many Controls present in Asp dot net?

7 Answers   TCS,


How to display validation messages in one control?

0 Answers  


What are the different types of Caching techniques in ASP.NET?

0 Answers  


How many types of cookies are available in asp?

0 Answers  


Explain server side state management system.

0 Answers  


Where session id is stored?

0 Answers  


The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


Categories