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
How do we ensure view state has not tampered?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Why would a company use an application service provider?
What is application Object?
What can we do with asp.net?
Define repository pattern in mvc.net? : asp.net mvc
Why session is necessary in web application?
What does asp in asp.net stand for?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is a windows service?
What is application session?
What is a user session?
Who creates jsessionid?
Can you set the session out time manually?
Explain file-based dependency and key-based dependency.