How many classes can a single .NET DLL contain?
Answer Posted / 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 |
Post New Answer View All Answers
What is state management techniques in asp.net?
Why is asp.net so popular?
What is the difference between exe and dll?
What is css in asp.net?
How can you implement encapsulation in asp.net?
What are the disadvantages of asp.net?
Explain why datareader is useful?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the maximum amount of memory any single process on windows can address?
In which event of the page life cycle, is the viewstate available?
Elaborate differentiation between ViewState and SessionState?
Should I delete cookies?
What is intrinsic objects in asp.net?
Explain the difference between sql invalidation and sql notification.
How to prepare culture-specific formatting in .net.