What are static assemblies and dynamic assemlies.
Differences between them ?
Answers were Sorted based on User's Feedback
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 |
Answer / pravallika
Static assemblies are stored on disk.But dynamic assemblies
are directley loaded from memory.
| Is This Answer Correct ? | 34 Yes | 2 No |
What are the difference between static assemblies and dynamic assemblies?
Write a example code for remoting?
what is Client-activated object in remoting?
What are static assemblies?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
Can you pass SOAP messages through remoting?
What is delay signing?
What are dynamic assemblies?
What is an assembly and what does manifest consists ?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Explain the types of .net remoting?
What are possible implementations of distributed applications in .NET?