.NET Remoting Specification

  • Thread starter Thread starter sijo
  • Start date Start date
S

sijo

Hi all,

Where can I find out the .NET Remoting specification...? Is it openly
available?

regards
sijo
 
Hi

I think you may take a look at the Shared Source CLI.
Shared Source CLI Provides Source Code for a FreeBSD Implementation of .NET
http://msdn.microsoft.com/msdnmag/issues/02/07/SharedSourceCLI/
The Shared Source CLI ships with source code to five assemblies:
Mscorlib.dll, System.dll, System.xml.dll, System.runtime.remoting.dll, and
System.runtime.serialization.formatters.soap.dll.

While the commerce implement is not public.

Here is general topic you may take a look.
Because the specification that governs .NET remoting was released to ECMA
as part of the CLI specification
(http://www.ecma-international.org/publications/standards/Ecma-335.htm)
http://www.codeguru.com/columns/Experts/article.php/c7165/

Hope this helps.


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top