Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 winforms 应用程序开发开发 Web 服务或 WCF .net 应用程序。哪个最适合 winforms 应用程序 Web 服务或 WCF,为什么?我的应用程序是客户端服务器应用程序,并且连接是持久的。我很困惑在这种情况下哪个最好。
WCF 应该是首选,如果不是因为它的功能,至少是因为它更现代并且支持时间更长。它还支持 net.tcp 连接,这可能适用于您提到的场景(Intranet suplex 通信)/