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. |