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 meant by ispostback in asp net?
Explain the difference between webfarm and webgardens in .net?
What is a form tag?
What is the difference between application state and session state in asp net?
Will the asp.net validators run in server side or client side?
What is the difference between web.config and machine.config in ASP.NET?
Define transparent caching with aop?
Explain different types of Caching techniques in ASP.NET?
What is Web API?
What is advantage of asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
What parameters can you pass in the url of the api? Can get and post use the same url?
What are httphandlers and httpmodules and difference between them?
What are the session management techniques asp net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?