Answer Posted / 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 |
Post New Answer View All Answers
What is the proxy of the server object in .net remoting?
Define delegates and events?
What are the different types of channels used by .net remoting?
Is it a good design practice to distribute the implementation to remoting client?
what are the requirements to enable remote components to interact each other?
What do you mean by windows authentication?
Explain the Flow of remoting?
Define a process?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are static assemblies and dynamic assemblies?
What is the difference between remoting and webservice?
What are the situations you will use singleton architecture in remoting ?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Garbage collector?s functionality on unmanaged code ?
What are the steps to publish an object outside the service domain