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 |
On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object
How do we make a poperty read only?
What is session and cookies in asp.net?
What is X-Path?
Define the term Web Garden?
0 Answers Sans Pareil IT Services,
What is the Impprsonation?and what is the importence of that?
What is difference between machine.config and Web.Config?
4 Answers Accenture, BirlaSoft, Le Logiciel,
Who can consume WebAPI?
what is session,cokkies in asp.net??
How can we make sure that Web API returns JSON data only?
Where can I get information on cookies in asp.net?
Differentiate between a page theme and a global theme?