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

What?s Singleton activation mode?

3 Answers  


What do you mean by windows authentication?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


what are the requirements to enable remote components to interact each other?

0 Answers  






What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


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

2 Answers  


What does manifest consists?

0 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


Where are shared assemblies stored?

4 Answers  


Categories