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.
我需要创建客户端应用程序和服务器服务应用程序,它们使用带有 Windows 身份验证和模拟的远程过程调用。由于 Net Core 不支持 WCF 并且 gRPC 使用 http/2,Windows 身份验证不支持它,我可以使用其他替代方法吗?
WCF 是一个仅限 Windows 的框架,而 .net Core 是跨平台的。
下面的链接包含一些您可以参考的用法和示例。什么取代了 .Net Core 中的 WCF?
谢谢。