由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - .Net remoting vs web service
相关主题
microsoft为啥放弃aspx网页,转做javascript网页?.Net remoting usage and performance.
web service Re: .NET 入门系列(1)--什么是.NET 一个简单的REMOTE DESKTOP
[转载] local smtp server doesn't send out email...another good book
c# smtpclient's atthenication.NET前景的障碍
NetworkCredential 认证方式的问题Re: How to write to MSMQ on another mach
ASP.NET 如何在 Shared Hosting 上发自动邮件?vb.net question
.NET 入门系列(1)--什么是.NETLooking For Developers for PowerShell Remoting
.Net remoting paper from wrox teamLog on to a remote computer
相关话题的讨论汇总
话题: net话题: remoting话题: web话题: http话题: stateless
进入DotNet版参与讨论
1 (共1页)
L*******r
发帖数: 1011
1
My words on this issue:
.Net remoting is more flexible and should be used for performance
reason.
http://www.developer.com/net/net/print.php/11087_2201701_1
ASP.NET Web Services: 1
.NET Remoting: 2
- Protocol:
1. Can be accessed only over HTTP
2. Can be accessed over any protocol (including TCP, HTTP, SMTP and so on)
- State Management:
1. Web services work in a stateless environment
2. Provide support for both stateful and stateless environments through
Singleton and SingleCall objects
1 (共1页)
进入DotNet版参与讨论
相关主题
Log on to a remote computerNetworkCredential 认证方式的问题
[合集] Log on to a remote computerASP.NET 如何在 Shared Hosting 上发自动邮件?
Does it work?.NET 入门系列(1)--什么是.NET
超级脑残的Windows Remote WMI Access authentication.Net remoting paper from wrox team
microsoft为啥放弃aspx网页,转做javascript网页?.Net remoting usage and performance.
web service Re: .NET 入门系列(1)--什么是.NET 一个简单的REMOTE DESKTOP
[转载] local smtp server doesn't send out email...another good book
c# smtpclient's atthenication.NET前景的障碍
相关话题的讨论汇总
话题: net话题: remoting话题: web话题: http话题: stateless