WCF Web.API 对于生产应用程序安全吗?
截至本文发布之日,WCF Web.API 尚未合并到 .NET Framework 中。在生产代码中使用这个库是否安全,或者目前它仅用于测试?
The WCF Web.API hasn't been incorporated into the .NET Framework as of the date of this post. Is it safe to use this library in production code or is it's only usefulness for testing at the moment ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在生产中使用它。
尽管目前不允许在客户站点的生产中使用它。
但是您的客户可以使用 Nuget 获取依赖项...
顺便说一句:Web API 将像 ASP.NET MVC 一样进行带外发布。
I'm using it in production.
Albeit it is not allowed at the moment to use it in production at your customers site.
But your customer can get the dependencies using Nuget...
And btw: Web API will be out of band release like ASP.NET MVC is.
虽然我个人还没有使用 WCF Web API 实现过生产应用程序,但我知道有几个人已经实现过。我还没有听到他们报告任何会导致我质疑其生产准备情况的问题。话虽如此,WCF Web API 是一个开源项目,因此您可以自己浏览代码以感受代码的健全性。
While I personally have not implemented a production application with WCF web API, I know several people who have. I have not heard them report any issues that would cause me to question it's production readiness. That being said, WCF Web API is an open source project, so you can browse the code yourself to get a feeling for how sound the code is.