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
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain the difference between an exe and a dll?
Can you explain the importance of finalize method in .net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the asp.net mvc folder conventions? : asp.net mvc
What is a response cookie?
Can you change a master page dynamically at runtime? How?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What's the difference between viewstate and sessionstate?
If 200 is for all successful operation then why do we have 201 response codes?
What is autopostback true?
How does the cookies work in asp.net?
What is data control in asp.net?
What is the use of ASP.NET routing?
Explain different types of validators in asp.net?