WinRT 和服务器(ASP.NET、Azure 等)
Microsoft 是否表明了 WinRT 当前或未来与服务器开发(例如 ASP.NET)的关系?
虽然 WinRT 是 Windows UI 编程的预期未来,但它还包括大量常见功能库,如网络和数据处理(如 JSON)。如果这些库代表了 Windows 开发的未来,那么在我看来,它们最终将进入服务器开发领域是很自然的(“Server 8”已经支持 WinRT)。
(我意识到 ASP.NET 不会消失,而 MVC 可能会被彻底摧毁而不影响编程模型。我只是好奇)
Has Microsoft made any indication of WinRT's current or future relationship with server development (such as ASP.NET)?
While it's been made clear that WinRT is the intended future of Windows UI programming, it also includes a substantial library of common features like networking and data processing (like JSON). If these libraries are to the future of Windows development, it seems to me like it's only natural that they will eventually move into the world of server development (WinRT is already supported by "Server 8").
(I realise that ASP.NET isn't going anywhere and that MVC, for example, could potentially be completely gutted without affecting the programming model. I'm just curious)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数 WinRT API 只能在 Metro 风格应用程序中使用。 ASP.Net 或任何与此相关的服务器编程都是在桌面应用程序的上下文中完成的。因此,大量 WinRT 在那里无法使用。如果您查看 WinRT 参考,您将看到大部分内容都是针对消费者应用程序,而不是服务器应用程序。
微软尚未透露未来会发生什么,但对于 Windows 8/Server 8 WinRT 并不是针对服务器开发。
Most WinRT APIs are only usable inside Metro style apps. ASP.Net or any server programming for that matter, is done in the context of a desktop application. Thus a large amount of WinRT is not usable there. If you look at the WinRT reference, you will see that most of what is present is aimed at consumer apps, not server applications.
Microsoft has not said what will happen in the future, but for Windows 8/Server 8 WinRT is not aimed at server development.