What are static assemblies and dynamic assemlies.
Differences between them ?
Answer Posted / 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 |
Post New Answer View All Answers
What is Remoting?
What are the threading types?
What are static assemblies and dynamic assemblies?
Explain when we use web service and when we use remoting?
How do you directly call a native function exported from a DLL?
what are the requirements to enable remote components to interact each other?
What are the ways to renew lifetime leases of objects?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Explain the types of .net remoting?
Difference between .net remoting versus distributed com?
What are different types of assemblies?
What are static assemblies and dynamic assemblies. Differences between them?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
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.
What are static assemblies?