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 |
What are the security issues if we send a query from the application?
Types of compatabilities and explain them ?
What are the channels in .net remoting?
What is the difference between remoting and webservice?
What are the steps to publish an object outside the service domain
What are the types of remotable objects?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
How do you reference to a private & shared assembly ?
How to perform Remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is the Difference between CAO and SAO in Remoting.