what is class libraries?



what is class libraries?..

Answer / umapathi

class libraries is collection of assemblies. when user need to create own assembly then File->new->project->class library (in visual studio 2005/08).Using this user can create own dll(dynamic link library) files.(which stored in bin folder)

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how can include .netframeworl 2.0 in application setup

1 Answers  


Explain anonymous type in c#?

0 Answers  


Is a c# interface the same as a c++ abstract class?

0 Answers  


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

0 Answers   Siebel Systems,


What is datatable in c#?

0 Answers  






Is array value type in c#?

0 Answers  


Can int be null c#?

0 Answers  


What is difference between list and dictionary in c#?

0 Answers  


What is the base class in .net from which all the classes are derived from?

0 Answers  


What is mean by c#?

0 Answers  


What is the difference between class and abstract class?

9 Answers  


What are the different types of delegation?

0 Answers  


Categories