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
Is a dll file an executable?
What is web api config?
What is query string in asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How is it possible for .NET to support many languages?
What is break mode?
Differentiate between authentication and authorization.
What is anonymous authentication?
What is authorization in asp.net?
Which is the parent class of the ASP.NET server control?
What is the difference between mvc and asp.net? : Asp.Net MVC
What are validator? Name the validation controls in asp.net?
What is %20 in a url?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?