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 are various types of assemblies ?

1 Answers   TCS,


Explain how to directly call a native function exported from a dll?

0 Answers  


What is a strong name?

1 Answers  


Define singleton activation mode in .net remoting?

0 Answers  


What are the difference between static assemblies and dynamic assemblies?

0 Answers  






Types of compatabilities and explain them ?

0 Answers   DELL,


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

0 Answers  


What is the difference between .Net Remoting and Web Services ?

1 Answers  


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

2 Answers  


When should we choose .net remoting over .net web services?

0 Answers  


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


What are the types of remoting?

0 Answers  


Categories