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 the Difference between CAO and SAO in Remoting.

0 Answers  


I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.

0 Answers   Excel,


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

0 Answers  


What is assembly ?

4 Answers   DELL, TCS,


What are static assemblies and dynamic assemblies?

0 Answers  






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

0 Answers  


What are the security features in .net remoting?

0 Answers  


What are the situations you will use singleton architecture in remoting ?

0 Answers  


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

0 Answers  


What is the difference between remoting and webservice?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


Categories