TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why are there no great Windows 8 apps? Because of WinRT. A developers view

5 点作者 ig0r0大约 12 年前

1 comment

Ralz大约 12 年前
Honestly there probably just wasn't enough time to add all these features to WinRT before the release. I have heard that there will be a huge update in WinRT API's in the future but for now you need to roll your own implementation. I had a similar problem where I needed a sorted collection and I thought that the API's would already have a method to sort but there wasn't any. I ended up just rolling my own, which was a bit annoying but hey you learn CS for a reason right?<p>You can encrypt your zip files using the crypto libraries. Here's a good resouce <a href="http://code.msdn.microsoft.com/windowsapps/CryptoWinRT-54ff3d9f" rel="nofollow">http://code.msdn.microsoft.com/windowsapps/CryptoWinRT-54ff3...</a>. I was planning to do that with my app but I never got around to it.