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 is the real use of interface in c#?
What is cache memory in c#?
Describe the overview of clr integration.
What do you use c# for?
What are partial classes and use of partial classes?
What is the default value of datetime in c#?
What is a private method in c#?
In .NET which is the smallest unit of execution?
Why is xml called extensible?
Does c# replace c++?
What is datacontract in c#?
How does return work in c#?
Can a static class contain non static members?
what are the contents of an assembly ?
Define multicast delegate in c#?