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
How do you implement postback with a text box?
What is bson in web api?
What is the compiled object?
Can you explain the basic use of dataview?
What is break mode?
Explain in what order a destructors is called.
Why do we use asp.net?
Which is better session or viewstate?
Explain the advantages of passport authentication.
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is server side in asp.net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How can you send an email message from an asp.net web page?
What is application and session in asp.net?
What is view state and how it works in asp net?