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 server redirect?
Is it possible for me to change my aspx file extension to some other name?
What is the latest version of asp.net?
How many web config files can be created for an application?
Why session is used in asp.net?
In which event are the controls fully loaded?
What is the difference between server-side scripting and client-side scripting?
If 200 is for all successful operation then why do we have 201 response codes?
What are session state modes in asp.net?
What is form method?
What is DataGrid wheater its a Server Control or something else ?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Is asp.net and .net are same or different?
Explain the concept of View Model in MVC?