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 |
Types of compatabilities and explain them ?
What is a strong name?
What distributed process frameworks outside .NET do you know?
What is the purpose of strong name?
What is a process ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
Explain the Flow of remoting?
How do you define the lease of the object?
Name the distributed systems available apart from .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Which namespace is used for encryption ?
Can you configure a .NET Remoting object via XML file?