Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the difference between page directive include and action tag include?

0 Answers  


How do session tokens work?

0 Answers  


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


What are asp.net web forms?

0 Answers  


If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?

1 Answers  


How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


How to use push notification?

0 Answers   MCN Solutions,


Who is using asp.net?

0 Answers  


Define the term Scavenging in Caching?

0 Answers   PUCIT,


What are the various types of cookies in asp.net?

0 Answers  


Where is session data stored in asp net?

0 Answers  


How can you debug your.net application?

0 Answers  


Categories