How many classes can a single .NET DLL contain?
Answer Posted / anjani
A single Dll can contain one or many solutions as u want.
Reason being all the classes that you are creating will be
a prt of the Project that u r working on. Once compiled
this project will turn into a single Dll.
| Is This Answer Correct ? | 34 Yes | 9 No |
Post New Answer View All Answers
What is slidemaster?
How do you declare static variable? What is its lifetime?
What is difference between viewstate and session in asp net?
What are tuples?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Is asp.net different from asp? If yes, explain how?
What is in a session cookie?
Which .NET framework supports Web API?
In a Repeater control how one can provide an alternating color scheme ?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Explain the overview of asp.net?
what are the security certificates used in webservices?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain MVC model binders?
Define machine.config in .net?