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 / kakani

It can contain many classes.

Is This Answer Correct ?    18 Yes 1 No

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

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

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

Answer / pathy

we can define as many classes as you wany

Is This Answer Correct ?    6 Yes 1 No

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

Answer / sandeep thakur

Multiple inheritance!

Is This Answer Correct ?    4 Yes 2 No

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

Answer / kavitha

There r abstraction encapslation inhertance

Is This Answer Correct ?    2 Yes 1 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

Post New Answer

More ASP.NET Interview Questions

difference between caching objects in session objects?

2 Answers  


What is Assert Method ?

2 Answers  


Can you change a master page dynamically at runtime? How?

0 Answers  


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


Write a code snippet to implement the indentation in json in web api.

0 Answers  






Describe the difference between inline and code behind - which is best in a?

0 Answers  


What do you mean by serialize and marshalbyref?

0 Answers  


What ?ll u do in early and late binding ?

1 Answers   DELL,


What is the used of "ispostback" property?

0 Answers  


You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


Where session variables are stored?

0 Answers  


What is bound controls

0 Answers   MCN Solutions,


Categories