Answer Posted / 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 View All Answers
What are the different types of comments in c#?
Explain the difference between and xml documentation tag?
What is the difference between a method and a property?
Is c sharp and c# are same?
What do constructors do in c#?
Does c# provide copy constructor?
What are the different states of a thread?
Explanation on Generic?
Give some examples of commonly used i/o classes?
List the 5 different access modifiers in c#?
What is single dimensional array in c#?
What is threading in c# with example?
What does private void mean in c#?
What is null character in string?
what are nullable types in c#