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 windows application in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is platform independence"?
What do you mean by expression tree?
What is sqldataadapter in c#?
What is msil, and why should developers need an appreciation of it if at all?
What are the different types of classes in c#?
Which is faster dictionary or hashtable?
What is callback method in c#?
Can non-default constructors be used with single call sao?
Is it possible to have a static indexer in c#?
Why abstraction is used in c#?
How do I run managed code in a process?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What does assert() do in c#?