How many classes can a single .NET DLL contain?
Answers were Sorted based on User's Feedback
Answer / muneesh
a single dll in .net can contain more than one class there
is no limiit because we are linking many classes in a single
project and at the time of hosting we can convert it into a
single dll
| Is This Answer Correct ? | 9 Yes | 1 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 |
Where do we store our connection string in asp.net application?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
How do you store a value in viewstate and retrieve them?
Can we handle the error and redirect to some pages using web.config?
How you can return View from ASP.NET Web API method?
In Code-Behind class which kind of code (server or client) is found ?
How to do Caching in ASP?
How Web Service help? What is the difference between Remoting & Web Servcies?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
what is difference between .net 3.0 and 3.5
What is asp.net version?
When Garbage Collector will run and how its identifing whether the Object is used or Not.?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)