How many classes can a single .NET DLL contain?

Answer Posted / shaik mujahid ullah

A .Net DLL can contain any no of classes and each class can
contain number of methords and properties as well

All classes which are in a DLL can kept into one Namespace
when you add a referenc to this DLL into your project and
create a new object all classes and methord you can you it
as you like

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

529


What are validator? Name the validation controls in asp.net?

476


What is semantic gap?

594


How could you modify xaml content from javascript?

489


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

408






What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

491


Where do we store our connection string in asp.net application?

504


how to debug web services on consumer side?

553


What is connection pooling and how to enable and disable connection pooling?

456


What is a page life cycle?

549


What is content page in asp net?

479


What is the exact purpose of http handlers?

546


What is viewstategenerator?

658


How to disable validator control by client side JavaScript?

547


How to implement role based security in asp.net mvc? : Asp.Net MVC

406