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

How to directly call a native function exported from a dll?

563


Difference between .net remoting versus distributed com?

560


Which one is better WebService and Remoting ?

614


What are the advantage of remoting over web services?

494


Explain marshalling and its types in .net remoting

514






Difference between web services & remoting?

603


What is objref object in remoting?

691


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

594


Explain the hierarchial description of remoting?

533


Elaborate the term WebService and how it differ from Remoting?

558


Explain how does assembly versioning in .net prevent dll hell?

549


What is asynchronous programming?

567


What do you mean by windows authentication?

527


What is the Difference between CAO and SAO in Remoting.

556


How can you configure a .net remoting object via xml file?

548