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

Any number of classes can be contained in a single .NET DLL

Is This Answer Correct ?    90 Yes 11 No

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

Answer / anjani

A single Dll can contain one or many solutions as u want.
Reason being all the classes that you are creating will be
a prt of the Project that u r working on. Once compiled
this project will turn into a single Dll.

Is This Answer Correct ?    34 Yes 9 No

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

Answer / abhishek maitrey

One can write as many as required classes in a single .Net
Dll file. There is no limit specified by the Microsoft.

Is This Answer Correct ?    27 Yes 6 No

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

Answer / sudhir kunnure

Single .NET DLL contain multiple clases there are no limit
to use dll in any class.

Is This Answer Correct ?    26 Yes 7 No

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

Answer / shaik mujahid ullah

A .Net DLL can contain any no of classes and each class can
contain number of methords and properties as well

All classes which are in a DLL can kept into one Namespace
when you add a referenc to this DLL into your project and
create a new object all classes and methord you can you it
as you like

Is This Answer Correct ?    10 Yes 5 No

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

Answer / rajneesh

Many Classes




Rajneesh Hajela

Is This Answer Correct ?    9 Yes 4 No

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

Answer / sudhir

There are no limit to use classes in single .Net Dll, you
can crate many classes as per your requirements.

Is This Answer Correct ?    8 Yes 4 No

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

Answer / hemananda

Unlimited Classes.

Is This Answer Correct ?    9 Yes 7 No

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

Answer / d9101

one or more than one classes contain in the one .dll file in the .net........

Is This Answer Correct ?    5 Yes 3 No

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

Answer / sohail virk

Many classes...because Once compiled
this project will turn into a single Dll.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Explain diff between dataset and datareader?

0 Answers  


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


what is value type to reference type

6 Answers   AG Technologies, IBM,






Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

0 Answers   Siebel,


What are the major differences between asp.net1.1 and asp.net 2.0?

8 Answers   CTS, Deloitte, Mphasis, Vison,


What is is post back property in asp net?

0 Answers  


What is the difference between ASP and ASP.NET?

4 Answers   Sans Pareil IT Services, TCS,


What are the memory-mapped files?

0 Answers  


What is session mode in asp.net?

0 Answers  


Categories