What are static assemblies and dynamic assemlies.
Differences between them ?
Answer Posted / jyoti sharma
Assemblies can be static or dynamic. Static assemblies can
include .NET Framework types (interfaces and classes), as
well as resources for the assembly (bitmaps, JPEG files,
resource files, and so on). Static assemblies are stored on
disk in PE files. You can also use the .NET Framework to
create dynamic assemblies, which are run directly from
memory and are not saved to disk before execution. You can
save dynamic assemblies to disk after they have executed.
Is This Answer Correct ? | 39 Yes | 2 No |
Post New Answer View All Answers
What are the threading types?
What are the different types of channels used by .net remoting?
Explain when we use web service and when we use remoting?
How do you directly call a native function exported from a DLL?
Can you pass SOAP messages through remoting?
Can you explain remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the ways to renew lifetime leases of objects?
How do you implement distributed applications in .net?
define client activated objects (cao)?
What is objref object in remoting?
Define singlecall activation mode in .net remoting?
Is it a good design practice to distribute the implementation to remoting client?
Explain how to perform remoting?
Name the distributed systems available apart from .net remoting?