由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 选择 WCF 还是 ASP.NET WebApi (转载)
相关主题
WEB API能替代WCF不is it possible to access sharepoint files from my current Web application?
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。请各位老师推荐学MVC的书
请问大家,目前.NET业界(美国)用的最多的技术是什么?Does anyone have experience with calling API
想换工作了。。。唉痛苦IT大妈求助
找.NET的工作Integration developer有前途那吗
谈谈我的.NETHow can .Net Web App get local PC Credentials
MVC is trend?how to use window authentication in the ASP.net? Thank you!
vb.net编程序让另几台电脑直接控制的仪器运行ASP.NET 4.0 WEB API design 的best practice
相关话题的讨论汇总
话题: api话题: web话题: wcf话题: webapi话题: app
进入DotNet版参与讨论
1 (共1页)
s**m
发帖数: 1564
1
【 以下文字转载自 Programming 讨论区 】
发信人: slim (小时候胖), 信区: Programming
标 题: 选择 WCF 还是 ASP.NET WebApi
发信站: BBS 未名空间站 (Sat Oct 24 12:27:52 2015, 美东)
client side:
.NET web applications (on intranet),
windows desktop application (on intranet or internet),
iOS App (on internet)
potentially cloud app,
选择 WCF 还是 ASP.NET WebApi 来开发 web services, and API?
Thanks.
h*****2
发帖数: 2070
2
如果考虑扩展性,我会选web API(现在叫API App)。

【在 s**m 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: slim (小时候胖), 信区: Programming
: 标 题: 选择 WCF 还是 ASP.NET WebApi
: 发信站: BBS 未名空间站 (Sat Oct 24 12:27:52 2015, 美东)
: client side:
: .NET web applications (on intranet),
: windows desktop application (on intranet or internet),
: iOS App (on internet)
: potentially cloud app,
: 选择 WCF 还是 ASP.NET WebApi 来开发 web services, and API?

s**m
发帖数: 1564
3
Thanks.
We have several small web MVC applications using web API now. We will have a
lot more new applications and some will be big and complex. So I am
wondering a few things:
1. Does web API support transferring binary data?
2. how does web API support reliable message transfer when network is not
good?
3. how does web API support message security?
4. Can I move web API project out from those web applications and put them
into a separate centralized library location like what WCF can do?
Thanks.

【在 h*****2 的大作中提到】
: 如果考虑扩展性,我会选web API(现在叫API App)。
s**m
发帖数: 1564
4
【 以下文字转载自 Programming 讨论区 】
发信人: slim (小时候胖), 信区: Programming
标 题: 选择 WCF 还是 ASP.NET WebApi
发信站: BBS 未名空间站 (Sat Oct 24 12:27:52 2015, 美东)
client side:
.NET web applications (on intranet),
windows desktop application (on intranet or internet),
iOS App (on internet)
potentially cloud app,
选择 WCF 还是 ASP.NET WebApi 来开发 web services, and API?
Thanks.
h*****2
发帖数: 2070
5
如果考虑扩展性,我会选web API(现在叫API App)。

【在 s**m 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: slim (小时候胖), 信区: Programming
: 标 题: 选择 WCF 还是 ASP.NET WebApi
: 发信站: BBS 未名空间站 (Sat Oct 24 12:27:52 2015, 美东)
: client side:
: .NET web applications (on intranet),
: windows desktop application (on intranet or internet),
: iOS App (on internet)
: potentially cloud app,
: 选择 WCF 还是 ASP.NET WebApi 来开发 web services, and API?

s**m
发帖数: 1564
6
Thanks.
We have several small web MVC applications using web API now. We will have a
lot more new applications and some will be big and complex. So I am
wondering a few things:
1. Does web API support transferring binary data?
2. how does web API support reliable message transfer when network is not
good?
3. how does web API support message security?
4. Can I move web API project out from those web applications and put them
into a separate centralized library location like what WCF can do?
Thanks.

【在 h*****2 的大作中提到】
: 如果考虑扩展性,我会选web API(现在叫API App)。
c**t
发帖数: 2744
7
Web API is very easy to integrate in mobile app; and WCF is much more secure
. There is no right or wrong, all depends on your requirements.
c**t
发帖数: 2744
8
Web API is very easy to integrate in mobile app; and WCF is much more secure
. There is no right or wrong, all depends on your requirements.
1 (共1页)
进入DotNet版参与讨论
相关主题
ASP.NET 4.0 WEB API design 的best practice找.NET的工作
有人试过.Net 3.0吗?谈谈我的.NET
你们最不喜欢.net的什么?MVC is trend?
一下狠心vb.net编程序让另几台电脑直接控制的仪器运行
WEB API能替代WCF不is it possible to access sharepoint files from my current Web application?
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。请各位老师推荐学MVC的书
请问大家,目前.NET业界(美国)用的最多的技术是什么?Does anyone have experience with calling API
想换工作了。。。唉痛苦IT大妈求助
相关话题的讨论汇总
话题: api话题: web话题: wcf话题: webapi话题: app