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


Please Help Members By Posting Answers For Below Questions

What are the threading types?

632


What are the different types of channels used by .net remoting?

607


Explain when we use web service and when we use remoting?

612


How do you directly call a native function exported from a DLL?

6832


Can you pass SOAP messages through remoting?

662






Can you explain remoting?

678


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

685


What are the ways to renew lifetime leases of objects?

680


How do you implement distributed applications in .net?

580


define client activated objects (cao)?

708


What is objref object in remoting?

795


Define singlecall activation mode in .net remoting?

599


Is it a good design practice to distribute the implementation to remoting client?

597


Explain how to perform remoting?

618


Name the distributed systems available apart from .net remoting?

644