How many classes can a single .NET DLL contain?
Answer Posted / sudhir kunnure
Single .NET DLL contain multiple clases there are no limit
to use dll in any class.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is the caspol.exe tool used for?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Describe how ASP.NET maintains process isolation for each Web application?
What do you mean by caching in asp.net?
Why session is used in asp.net?
What symbol specifies the beginning of a query string?
Why mvc is better than asp.net? : Asp.Net MVC
Can action method static?
IN an ASP.NET Web application if there is any error, how can you debug?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What does it mean your session has timed out?
How do I send an email message from my ASP.NET page?
What is difference between session and application in asp net?
Is asp.net mvc front end or backend? : Asp.Net MVC