PDA

View Full Version : Dot Net Remoting



  1. What is a Windows process
  2. What?s typical about a Windows process in regards to memory allocation
  3. What are remotable objects in .NET Remoting
  4. What?s SingleCall activation mode used for
  5. What?s Singleton activation mode
  6. What are channels in .NET Remoting
  7. What?s a proxy of the server object in .NET Remoting
  8. What are possible implementations of distributed applications in .NET
  9. What security measures exist for .NET Remoting in System.Runtime.Remoting
  10. How do you define the lease of the object
  11. Can you configure a .NET Remoting object via XML file
  12. What is the difference between private and shared assembly
  13. What do you know about .NET assemblies
  14. what is the relationship between a Process, Application Domain, and Application
  15. How can you automatically generate interface for the remotable object in .NET
  16. What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services
  17. How can you debug failed assembly binds
  18. Where are shared assemblies stored
  19. What is delay signing
  20. What?s a Windows process
  21. What distributed process frameworks outside .NET do you know
  22. Where is global assembly cache located on the system
  23. Can you have two files with the same file name in GAC
  24. How can you create a strong name for a .NET assembly
  25. What are the security issues if we send a query from the application
  26. Difference between About remoting and web services
  27. How can application to look for assemblies at the locations other than own install
  28. What is the difference between authentication and authorization
  29. What is strong name and what is the need of it
  30. How do you reference to a private & shared assembly
  31. Difference between remoting and web service
  32. How to register a shared assembly
  33. Which namespace is used for encryption
  34. Types of compatabilities and explain them
  35. What is assembly
  36. Are you aware of containment and Aggregation
  37. What is the purpose of System. Enterprise Services namespace
  38. What is UUID and GUID what is the size of this ID
  39. Garbage collector?s functionality on unmanaged code
  40. what are Threading Types
  41. What is a process
  42. What are various types of assemblies
  43. How to perform Remoting
  44. What are the trade-offs? In what way it is best
  45. Give the Hierarchical description of remoting
  46. In which conditions do you opt for Remoting services
  47. When we use web service and when we use Remoting
  48. How does assembly versioning in .NET prevent DLL Hell
  49. How do you directly call a native function exported from a DLL
  50. About .NET Remoting and types of remoting
  51. What's the difference btw the following methods in .NET remoting
  52. What is strong name and what is the purpose of strong name
  53. What is an assembly and what does manifest consists
  54. What is unmanaged code and will CLR handle this kind of code or not
  55. What do you mean by passport authentication and windows authentication
  56. What are the differences between Marshal by value and Marshal by reference
  57. Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters
  58. What are static assemblies and dynamic assemblies?
  59. About unknown interface Queue ,its methods Query Interface Addref
  60. How are the activation URLs different in case of SAO and CAO in .NET remoting