How many classes can a single .NET DLL contain?
Answer Posted / muneesh
a single dll in .net can contain more than one class there
is no limiit because we are linking many classes in a single
project and at the time of hosting we can convert it into a
single dll
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the life cycle of web page?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
In which situation can you not use a viewstate?
Why do we use asp.net?
What is synchronous and Asynchronous post back ?
What are the Types of authentications in IIS
Can viewstate be accessed in another page?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Can a master page have more than one contentplaceholder?
Write some code using interfaces, virtual methods, and an abstract class`
What are triggers of an updatepanel?
Describe how passport authentication works.
How long the items in ViewState exists?
Explain significance of routing? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?