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 is sitemap

3 Answers  


Where are shared assemblies stored?

4 Answers  


What is strong name and what is the purpose of strong name ?

8 Answers   Qwest, Sons Of Technology, TCS,


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,






What is the proxy of the server object in .net remoting?

0 Answers  


What is an assembly and what does manifest consists ?

3 Answers   TCS,


Threading Types ?

3 Answers   DELL,


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

0 Answers  


How can you debug failed assembly binds?

1 Answers  


Name the distributed systems available apart from .net remoting?

0 Answers  


What is unmanaged code?

0 Answers  


Categories