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 |
Difference between remoting and web service ?
Difference between web services & remoting?
How can you create a strong name for a .NET assembly?
What are the security issues if we send a query from the application?
Threading Types ?
What are possible implementations of distributed applications in .NET?
How do you register a .NET assembly?
What are the types of remotable objects?
When do we use delegates in your remoting applications?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What is a formatter in .net remoting?