摘要:
这里讲得很详细了:Sharing Code between Windows Phone 8 and Windows 8 Applicationshttp://msdn.microsoft.com/en-us/magazine/dn201744.aspxThe Add Portable Class Library dialog in Visual Studio 2012 is where you can select the target frameworks the resulting assembly will support.You might initially think you sh 阅读全文
摘要:
一个很好的列子:http://www.codeproject.com/Articles/254506/XAMLFinance-A-Cross-platform-WPF-Silverlight-WP7-A使用MVVMThe WPF solution has much the same structure as the Silverlight one; however, all of the ViewModel, View and Resource files are included as links, as per the steps described above.Resolution Te 阅读全文
摘要:
在远程计算机上从 Visual Studio 调试和测试 Windows 应用商店应用程序http://msdn.microsoft.com/zh-cn/library/windows/apps/hh441469.aspx提交您的 Windows 8 应用程序http://blogs.msdn.co... 阅读全文
摘要:
win8 app开发中使用async,await可以更方便地进行异步开发。async,await的使用可参考代码:Async Sample: Example from "Asynchronous Programming with Async and Await" (http://code.msdn.... 阅读全文