What are the difference between static assemblies and dynamic assemblies?



What are the difference between static assemblies and dynamic assemblies?..

Answer / Dharm Raj Singh

Static assemblies are compiled at build time, while dynamic assemblies are created at runtime. Static assemblies contain types that have a fixed set of members, whereas dynamic assemblies can add or remove types and members at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


Types of compatabilities and explain them ?

1 Answers   DELL,


What are the channels in .net remoting?

1 Answers  


What is the difference between remoting and webservice?

1 Answers  


What are the steps to publish an object outside the service domain

1 Answers  


What are the types of remotable objects?

1 Answers  


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

1 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


How to perform Remoting?

1 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


What is the Difference between CAO and SAO in Remoting.

1 Answers  


Categories