What are static assemblies?



What are static assemblies?..

Answer / Mukesh Singh Hyanki

Static assemblies are .NET compilations that contain one or more types and are stored in a single file with the extension .exe (for executables) or .dll (for libraries). The types within a static assembly can only be used by other code within the same assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


Difference between web services & remoting?

1 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


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

2 Answers   Microsoft, Timken,


Threading Types ?

3 Answers   DELL,


What are possible implementations of distributed applications in .NET?

2 Answers  


How do you register a .NET assembly?

2 Answers   Microsoft,


What are the types of remotable objects?

1 Answers  


When do we use delegates in your remoting applications?

1 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

1 Answers  


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


What is a formatter in .net remoting?

1 Answers  


Categories