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
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are html helpers in asp.net?
What is server transfer?
What is the web.config file in asp?
Explain the code Access Security (CAS) in .net Framework?
IN an ASP.NET Web application if there is any error, how can you debug?
What language is asp.net written in?
What is css and what is it used for?
Define view state.
Where the assembly is stored in asp.net?
Is global asax mandatory?
Describe session handling in a webfarm?
What a diffgram is, and a good use for one?
What are the different authentication modes in asp.net?
Who creates jsessionid?