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 a master page and what does it do?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is class and object in asp.net?
What is the difference between dynamic SGA and static SGA?
What is app_code folder in asp net?
Explain the use of resource manager class in .net.
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How can you implement the postback property of an asp.net control?
What is %20 in a url?
Is there any alternative to avoid name collisions other then Namespaces?
Can I tap into other windows livetm services?
What is state management techniques in asp.net?
Explain difference between dataset and datareader?
Explain what are delegates?
What are tuples?