What are static assemblies and dynamic assemlies.
Differences between them ?

Answers were Sorted based on User's Feedback



What are static assemblies and dynamic assemlies. Differences between them ?..

Answer / 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

What are static assemblies and dynamic assemlies. Differences between them ?..

Answer / pravallika

Static assemblies are stored on disk.But dynamic assemblies
are directley loaded from memory.

Is This Answer Correct ?    34 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

How do you register a .NET assembly?

2 Answers   Microsoft,


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


explain is .NET Remoting?

2 Answers   Mind Tree,


What are the types of remotable objects?

1 Answers  


What is objref object in remoting?

1 Answers  


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

1 Answers  


Which one is better WebService and Remoting ?

1 Answers   NA,


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


what is Client-activated object in remoting?

1 Answers   DELL,


Difference between web services & remoting?

1 Answers  


What does manifest consists?

1 Answers  


Explain the hierarchial description of remoting?

1 Answers  


Categories