Top Dot Net Remoting Interview Questions :: ALLInterview.com http://www.allinterview.com Top Dot Net Remoting Interview Questions en-us What&#039;s the difference btw the following methods in .NET remotin http://www.allinterview.com/showanswers/20856.html RegisterWellknownServiceType(): Method used to define and configure a remotable Object that needs to be Activated on server side. This takes 3 parameter as follows:- RegisterWellKnownServiceType( typeof( <Class/Object Name> ), <" In which conditions do you opt for Remoting services? http://www.allinterview.com/showanswers/28569.html If client and server belongs to same operation system then we have to go with remoting services.............. How to register a shared assembly ? http://www.allinterview.com/showanswers/20472.html To work with .Net commands directly in Command prompt, we have to set the path as below: 1) Right Click on ?My Computer? and go to ?Properties? in the Context Menu. 2) In the system properties, go to Advanced Tab 3) Click on the Button ?Envi What is the difference between authentication and authorization ? http://www.allinterview.com/showanswers/20467.html Authentication An authentication system is how you identify yourself to the computer. The goal behind an authentication system is to verify that the user is actually who they say they are. There are many ways of authenticating a user.Like Pa Where is global assembly cache located on the system? http://www.allinterview.com/showanswers/19491.html Usually C:\winnt\assembly or C:\windows\assembly. What are static assemblies and dynamic assemlies. Differences between http://www.allinterview.com/showanswers/20581.html Static assemblies are stored on disk.But dynamic assemblies are directley loaded from memory. What are the differences between Marshal by value and Marshal by ref http://www.allinterview.com/showanswers/23216.html Marshal-by-value objects are copied by the remoting system and passed in their entirety to the caller's application domain. Once copied to the caller's application domain (by the marshaling process), all method calls and property ac When we use web service and when we use Remoting? http://www.allinterview.com/showanswers/23213.html .NET remoting is specifically used when you are using only Microsoft platform. Remoting cannot be used between .net client and non .NET clients. Web services though can be used for communication on MIcrosoft technologies, but their main featur About sn.exe ? http://www.allinterview.com/showanswers/20656.html strong Name is the process of assinging the storng name to the shared assembly. What is unmanaged code and will CLR handle this kind of code or not ? http://www.allinterview.com/showanswers/20515.html Unmanaged code is the type of code which will not execute in the CLR environment. Memory manangement,garbage collection,security of CLR environment do not apply to Ummanaged code. How does assembly versioning in .NET prevent DLL Hell? http://www.allinterview.com/showanswers/20867.html Using Zero impact deployment in .Net to prevent the DLL Hell Proplem. What is UUID and GUID what is the size of this ID ? http://www.allinterview.com/showanswers/20512.html COM objects contain interfaces, each of which has two names, a name for software to use and a name for people to use. The human-readable name conventionally starts with an I. The unique software-readable name is called a globally unique ident What is strong name and what is the purpose of strong name ? http://www.allinterview.com/showanswers/20578.html Strong name is the identification of an assembly. To avoid DLL heal we are using the string name. Syntex for creating a strong name SN What is a process ? http://www.allinterview.com/showanswers/20580.html Process is set of task of an running application or an application itself, getting executed on a OS for which memory is allocated by OS. What is delay signing? http://www.allinterview.com/showanswers/19493.html Delay signing allows to place a shared assembly in the GAC by signing the assembly with just the public key. This allows the assembly to be signed with the private key at a later stage, when the development process is complete and the compone