What is the difference between private and shared assembly?
Answer Posted / guest
Private assembly is used inside an application only and
does not have to be identified by a strong name.
Shared assembly can be used by multiple applications and
has to have a strong name.
| Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Explain the differences between marshal by value and marshal by reference?
Explain the hierarchial description of remoting?
Difference between .net remoting versus distributed com?
What do mean by remotable objects in .net remoting?
What are static assemblies and dynamic assemblies?
Types of compatabilities and explain them ?
What are the ways to configure remoting objects before client can use them?
Define proxy in .net remoting?
Explain how to directly call a native function exported from a dll?
Elaborate the term WebService and how it differ from Remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Garbage collector?s functionality on unmanaged code ?
Can we configure a .net remoting object via xml file?
What are the threading types?