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 ways to configure remoting objects before client can use them?

602


Are you aware of containment and Aggregation ?

2696


Will clr handle unmanaged code or not?

575


Explain the types of .net remoting?

608


What are the threading types?

536






What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

535


Which Namespaces is used to achieve the Remoting?

568


Define the lease of the object?

590


Types of compatabilities and explain them ?

2034


Can you pass SOAP messages through remoting?

572


What do you mean by windows authentication?

535


Explain Singleton design pattern of Remoting?

557


What are the situations you will use singleton architecture in remoting ?

565


What is the Difference between CAO and SAO in Remoting.

562


Explain the differences between marshal by value and marshal by reference?

585