How many classes can a single .NET DLL contain?
Answer Posted / abhishek maitrey
One can write as many as required classes in a single .Net
Dll file. There is no limit specified by the Microsoft.
| Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
Explain some of the major built-in objects in asp.net
What are the uses of list view control in Asp.net?
Explain the difference between an exe and a dll?
How many types cache in asp net?
how can create login from create and written conde in asp.net
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Why session management is required?
what are the security certificates used in webservices?
What are the difference between overriding and overloading?
Define application state variable and session state variable?
Which is better union or union all?
What I need to create and run an asp.net application?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Can we use a static function with a non-static variable?