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

Explain the hierarchial description of remoting?

0 Answers  


Explain the types of .net remoting?

0 Answers  


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  


About sn.exe ?

2 Answers   MMTS, TCS,


About remoting and web services. Difference between them?

6 Answers   Microsoft,






In which conditions do you opt for Remoting services?

8 Answers   Manland, Tech Mahindra,


How to decide which to use .net remoting or asp.net web services?

0 Answers  


How can you debug failed assembly binds?

1 Answers  


Write a example code for remoting?

0 Answers  


What are the security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


Define the lease of the object?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


Categories