将ASP.net webservices移动到WCF

时间:2023-02-06 20:31:31

I am verifying my login authentication using ASP.net webservices. But the client requested to move to WCF.

我正在使用ASP.net webservices验证我的登录身份验证。但客户要求转移到WCF。

I need to know in what way WCF differs from ASP.net webservices.

我需要知道WCF与ASP.net webservices的不同之处。

What are the advantages for me to use WCF than ASP.net webservices.

使用WCF比使用ASP.net webservices有什么好处。

2 个解决方案

#1


Recently there was an episode about that topic on Dime Casts.NET:

最近在Dime Casts.NET上有关于该主题的一集:

Episode #73 - Migrating from .asmx web services to WCF web services

第73集 - 从.asmx Web服务迁移到WCF Web服务

Also this article might be useful:

这篇文章也许有用:

All About ASMX 2.0, WSE 3.0, and WCF by Aaron Skonnard

所有关于Aaron Skonnard的ASMX 2.0,WSE 3.0和WCF

And the answers to the following question contain some good links:

以下问题的答案包含一些好的链接:

What are the benefits of using WCF?

使用WCF有什么好处?

#2


If your asmx is working fine then it's difficult to think of any "non-political" reasons for moving it over to WCF.

如果你的asmx工作正常,那么很难想到将其转移到WCF的任何“非政治”原因。

If the client is still adamant that is needs to be done then it should be a straightforward task. WCF has a shallow initial learning curve, and it's easy enough to just "learn what you need".. exposing a few methods shouldn't take you long at all.

如果客户仍然坚持需要完成,那么它应该是一项简单的任务。 WCF初始学习曲线很浅,只需“学习你需要的东西”就足够了。暴露一些方法不应该花费你很长时间。

#1


Recently there was an episode about that topic on Dime Casts.NET:

最近在Dime Casts.NET上有关于该主题的一集:

Episode #73 - Migrating from .asmx web services to WCF web services

第73集 - 从.asmx Web服务迁移到WCF Web服务

Also this article might be useful:

这篇文章也许有用:

All About ASMX 2.0, WSE 3.0, and WCF by Aaron Skonnard

所有关于Aaron Skonnard的ASMX 2.0,WSE 3.0和WCF

And the answers to the following question contain some good links:

以下问题的答案包含一些好的链接:

What are the benefits of using WCF?

使用WCF有什么好处?

#2


If your asmx is working fine then it's difficult to think of any "non-political" reasons for moving it over to WCF.

如果你的asmx工作正常,那么很难想到将其转移到WCF的任何“非政治”原因。

If the client is still adamant that is needs to be done then it should be a straightforward task. WCF has a shallow initial learning curve, and it's easy enough to just "learn what you need".. exposing a few methods shouldn't take you long at all.

如果客户仍然坚持需要完成,那么它应该是一项简单的任务。 WCF初始学习曲线很浅,只需“学习你需要的东西”就足够了。暴露一些方法不应该花费你很长时间。