PageRenderTime 23ms CodeModel.GetById 18ms app.highlight 4ms RepoModel.GetById 1ms 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/////////////////////////////////////////////////////////////////////////////
 6Summary:
 7
 8VBRemotingSharedLibrary contains the remote object types shared by the .NET 
 9Remoting clients and servers.
10
11
12/////////////////////////////////////////////////////////////////////////////
13Sample Relation:
14(The relationship between the current sample and the rest samples in 
15Microsoft All-In-One Code Framework http://1code.codeplex.com)
16
17VBRemotingClient, VBRemotingServer -> VBRemotingSharedLibrary
18The .NET Remoting clients and servers references the shared library for the 
19client-activated remoting types.
20
21
22/////////////////////////////////////////////////////////////////////////////
23References:
24
25.NET Framework Remoting Architecture  
26http://msdn.microsoft.com/en-us/library/2e7z38xb(VS.85).aspx
27
28.NET Framework Remoting Overview  
29http://msdn.microsoft.com/en-us/library/kwdt6w2k(VS.85).aspx
30
31
32/////////////////////////////////////////////////////////////////////////////