Missing .NET features in Metro style application?

后端 未结 4 746
谎友^
谎友^ 2021-02-07 05:03

Mostly out of curiosity, I started programming a small \"Metro Style\" project in Visual Studio 2011, the one that was released in Windows Developer Preview. It combines XAML fo

4条回答
  •  不要未来只要你来
    2021-02-07 05:31

    http://dougseven.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions/

    My understanding is that it's just a subset; most of what is missing relates to synchronous operations (so I'm not surprised that Thread.Sleep() is gone). You'll also find things like 'File.Create' cannot be called synchronously.

提交回复
热议问题