What is assembly ?
Answers were Sorted based on User's Feedback
Answer / saubhagya
Assembly is unit of deployment like exe or dll.
Assembly may contain reference to other assembly.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vishaal
An assembly is building block of .NET framework. They form
the fundamental unit of deployment,version control,
security. An assembly is collection of types and resources
which form logical unit of functionality.
| Is This Answer Correct ? | 7 Yes | 0 No |
An Assembly is a basic building blocks of .net framework environment applications that can dynamically.
or
An assembly is a collection of files or libraries
| Is This Answer Correct ? | 1 Yes | 0 No |
What are static assemblies and dynamic assemlies. Differences between them ?
Define singlecall activation mode in .net remoting?
Define the lease of the object?
what is Client-activated object in remoting?
What is UUID and GUID what is the size of this ID ?
Write a example code for remoting?
What are the different types of channels used by .net remoting and which is the best one?
What are the difference between static assemblies and dynamic assemblies?
How do you reference to a private & shared assembly ?
What is a strong name?
What are the different types of channels used by .net remoting?
What is delay signing?