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 assembly manifest?
Give an example of a ctype.
what is the default access for a class
What is yield in c#?
What is the use of GC.KeepAlive Method?
Will the following code compile and run?
Is php better than c#?
Describe the difference between inline and code behind - which is best?
What is method and function in c#?
What is the difference between system.string and system.text.stringbuilder classes?
What is global asax in c#?
What is Named parameter in C#?
Why static variables are used?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
Why are strings immutable c#?