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
Define the lease of the object?
What is objref object in remoting?
What is the difference between remoting and webservice?
Explain how to directly call a native function exported from a dll?
Name the distributed systems available apart from .net remoting?
Explain threading types?
Define a process?
Garbage collector?s functionality on unmanaged code ?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
When do we use delegates in your remoting applications?
Explain the types of .net remoting?
Explain when we use web service and when we use remoting?
Explain marshalling and its types in .net remoting
What are the types of remoting?
Explain how does assembly versioning in .net prevent dll hell?