PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBRemotingSharedLibrary/ReadMe.txt

#
Plain Text | 32 lines | 21 code | 11 blank | 0 comment | 0 complexity | d6bc18584b52d19e80e591379210c67b MD5 | raw file
  1. =============================================================================
  2. LIBRARY APPLICATION : VBRemotingSharedLibrary Project Overview
  3. =============================================================================
  4. /////////////////////////////////////////////////////////////////////////////
  5. Summary:
  6. VBRemotingSharedLibrary contains the remote object types shared by the .NET
  7. Remoting clients and servers.
  8. /////////////////////////////////////////////////////////////////////////////
  9. Sample Relation:
  10. (The relationship between the current sample and the rest samples in
  11. Microsoft All-In-One Code Framework http://1code.codeplex.com)
  12. VBRemotingClient, VBRemotingServer -> VBRemotingSharedLibrary
  13. The .NET Remoting clients and servers references the shared library for the
  14. client-activated remoting types.
  15. /////////////////////////////////////////////////////////////////////////////
  16. References:
  17. .NET Framework Remoting Architecture
  18. http://msdn.microsoft.com/en-us/library/2e7z38xb(VS.85).aspx
  19. .NET Framework Remoting Overview
  20. http://msdn.microsoft.com/en-us/library/kwdt6w2k(VS.85).aspx
  21. /////////////////////////////////////////////////////////////////////////////