adspace


What are static assemblies?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain marshalling and its types in .net remoting

1023