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

how to stop cookie in particular page using asp.net

2 Answers   CGI,


How do you implement postback with a text box? What is postback and usestate?

1 Answers  


Why is global asax is used?

0 Answers  


What is strong name and which tool is used for this ?

3 Answers   Patni,


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,






How to call a child form method from the master page?

1 Answers  


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  


Diff between web user control and web custom control?

0 Answers  


What are the major built-in objects in ASP.NET?

0 Answers   MindCracker,


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


What is the mvc model?

0 Answers  


Mention few asp.net validators.

0 Answers  


Categories