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
Where is cookie used in asp.net?
8. Why do you want to work here?
What is Partial PostBack in ASP.NET?
What is the difference between client-side and server-side validations in webpages?
Is it possible to change the index of primary key on table?
Where would you use an ihttpmodule, and what are the limitations if any?
What is the flow of processing of the request? : asp.net mvc
In which event of the page viewstate is available?
How u refer webservices?
What are the disadvantages of using session?
Explain About WebService
Why cyclomatic complexity is important?
What is difference Between Authentication and authorization?
Can I read the hard disk serial # of the client computer using asp.net?
Explain the difference between sql invalidation and sql notification.